OAuthTokenResponse.TokenType Propiedad

Definición

Obtiene o establece el tipo de token.

public:
 property System::String ^ TokenType { System::String ^ get(); void set(System::String ^ value); };
public string TokenType { get; set; }
public string? TokenType { get; set; }
member this.TokenType : string with get, set
Public Property TokenType As String

Valor de propiedad

String

Comentarios

Normalmente, la cadena "portador".

Se aplica a