Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.AccessToken

TElOAuth2Settings     See also     


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


Contains the access token.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property AccessToken : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to get or set the access token value. An access token is a credential that allows to access protected resources; it is usually a string that is opaque to the client.

See also:     ExpiresAt     TokenType     TokenURL     RefreshToken    

Discuss this help topic in SecureBlackbox Forum