TokenSource 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.
Specifies the source of the access and Id tokens in the authentication result.
public enum TokenSource
type TokenSource =
Public Enum TokenSource
- Inheritance
-
TokenSource
Fields
Name | Value | Description |
---|---|---|
IdentityProvider | 0 | The source of the access and Id token is Identity Provider - Microsoft Entra ID, ADFS or AAD B2C. |
Cache | 1 | The source of access and Id token is MSAL's cache. |
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. |