AuthenticationResult.TokenType Property
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.
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