Discuss this help topic in SecureBlackbox Forum
The refresh token, to be used to automatically obtain new access token.
Declaration
[C#]
string RefreshToken;
[VB.NET]
Property RefreshToken As String
[Pascal]
property RefreshToken : string;
[C++]
void get_RefreshToken(std::string &OutResult);
void set_RefreshToken(const std::string &Value);
[PHP]
string get_RefreshToken()
void set_RefreshToken(string $Value)
[Java]
String getRefreshToken();
void setRefreshToken(String Value);
Description
The refresh token is used to obtain new AccessToken without user authentication.
Discuss this help topic in SecureBlackbox Forum