Share via


AccessTokenResponse.TokenType Property

Definition

The value is always "Bearer" which indicates this response provides a "Bearer" token in the form of an opaque AccessToken.

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

Property Value

Remarks

This is serialized as "tokenType": "Bearer" using Web.

Applies to