Interface IInteractiveAuthenticator
An interface that exposes an additional Interactive property to the IAuthenticator.
Inherited Members
Unity.DigitalTwins.Common.IAccessTokenProvider.GetAccessTokenAsync()
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
public interface IInteractiveAuthenticator : IAuthenticator, IAccessTokenProvider
Properties
Interactive
Determines if the current IAuthenticator implementation requires user interaction.
Declaration
bool Interactive { get; }
Property Value
Type | Description |
---|---|
Boolean |