Discuss this help topic in SecureBlackbox Forum
Returns the OAuth 2.0 access token.
Declaration
[VB.NET]
Property AccessToken As String
[Pascal]
property AccessToken: string;
[C++]
void get_AccessToken(std::string &OutResult);
[PHP]
string get_AccessToken()
[Java]
String getAccessToken();
Description
Use this property to retrieve the access token which allows to access user data in the storage.
Discuss this help topic in SecureBlackbox Forum