Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.RefreshToken

TElOAuth2Settings     See also     


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


Returns the refresh token value.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property RefreshToken : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    A refresh token is the credential issued (optionally) to the client by the authorization server, and is used to obtain a new access token when, for instance, curent access token expires or becomes invalid. As the AccessToken, the refresh token is usually opaque to the client.

See also:     AccessToken    

Discuss this help topic in SecureBlackbox Forum