Discuss this help topic in SecureBlackbox Forum
Contains authentication token.
Declaration
[C#/Java]
string AuthToken;
[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)
Description
Use this property to specify the value of the auth token.
Discuss this help topic in SecureBlackbox Forum