Edit

Share via


ProviderState Enum

Definition

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.

Applies to