Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.TokenType

TElOAuth2Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the access token type.

Declaration

[C#]
    string TokenType;

[VB.NET]
    Property TokenType As String

[Pascal]
    property TokenType : string;

[C++]
    void get_TokenType(std::string &OutResult);

[PHP]
    string get_TokenType()

[Java]
    String getTokenType();

Description

    The access token type provides a client with the information on how to use the access token. The understanding of token type is the client's responsibility. Some token types are described, for instance, in RFC 6750 and OAuth-HTTP-MAC specifications.

See also:     AccessToken    

Discuss this help topic in SecureBlackbox Forum