Discuss this help topic in SecureBlackbox Forum
Returns the OAuth 2.0 access token.
Declaration
[C#/Java]
string AccessToken;
[VB.NET]
Property AccessToken As String
[Pascal]
property AccessToken: string;
[C++]
void get_AccessToken(std::string &OutResult);
[PHP]
string get_AccessToken()
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