AuthenticationResult.TokenType Property

Definition

Identifies the type of access token. By default tokens returned by Azure Active Directory are Bearer tokens.
for getting an HTTP authorization header from an AuthenticationResult.

public string TokenType { get; }
member this.TokenType : string
Public ReadOnly Property TokenType As String

Property Value

Applies to