Discuss this help topic in SecureBlackbox Forum
Contains the access token.
Declaration
[VB.NET]
Property AuthToken As String
[Pascal]
property AuthToken : string;
[C++]
void get_AuthToken(std::string &OutResult);
void set_AuthToken(const std::string &Value);
[PHP]
string get_AuthToken()
void set_AuthToken(string $Value)
[Java]
String getAuthToken();
void setAuthToken(String Value);
Description
This property contains the access token which is used to sign requests.
The access token is obtained by calling RequestAccessToken method.
Discuss this help topic in SecureBlackbox Forum