Share via


AccessTokenResponse.TokenType Proprietà

Definizione

Il valore è sempre "Bearer" che indica questa risposta fornisce un token "Bearer" sotto forma di un oggetto opaco AccessToken.

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

Valore della proprietà

Commenti

Viene serializzata come "tokenType": "Bearer" usando Web.

Si applica a