Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.TokenType

TElOAuth2Settings     See also     


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


Returns the access token type.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property TokenType : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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