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