Share via


AccessTokenResponse.TokenType Property

Namespace:  Microsoft.VisualStudio.Services.OAuth
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "token_type")> _
Public Property TokenType As String
[DataMemberAttribute(Name = "token_type")]
public string TokenType { get; set; }
[DataMemberAttribute(Name = L"token_type")]
public:
property String^ TokenType {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "token_type")>]
member TokenType : string with get, set
function get TokenType () : String 
function set TokenType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AccessTokenResponse Class

Microsoft.VisualStudio.Services.OAuth Namespace