Enum TokenSource
Specifies the source of the access and Id tokens in the authentication result.
public enum TokenSource
Fields
Broker = 2The source of the access and Id token is a broker application - Authenticator or Company Portal. Brokers are supported only on Android and iOS.
Cache = 1The source of access and Id token is MSAL's cache.
IdentityProvider = 0The source of the access and Id token is Identity Provider - Microsoft Entra ID, ADFS or AAD B2C.