ProviderState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProviderState represents the current authentication state of the session for a given IProvider.
public enum ProviderState
type ProviderState =
Public Enum ProviderState
- Inheritance
-
ProviderState
Fields
| Name | Value | Description |
|---|---|---|
| Loading | 0 | The user's status is not known. |
| SignedOut | 1 | The user is signed-out. |
| SignedIn | 2 | The user is signed-in. |