Enum AuthenticationState
Indicates the current authentication state in an application's lifetime.
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
public enum AuthenticationState
Fields
Name | Description |
---|---|
LoggedIn | Indicates when an authenticated user is logged in. |
LoggedOut | Indicates no authenticated user is available. |
AwaitingLogin | Indicates the application is waiting for the completion of a login operation. |
AwaitingLogout | Indicates the application is waiting for the completion of a logout operation. |