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