Discuss this help topic in SecureBlackbox Forum
Contains the access token secret.
Declaration
[C#]
string AuthTokenSecret;
[VB.NET]
Property AuthTokenSecret As String
[Pascal]
property AuthTokenSecret : string;
[C++]
void get_AuthTokenSecret(std::string &OutResult);
void set_AuthTokenSecret(const std::string &Value);
[PHP]
string get_AuthTokenSecret()
void set_AuthTokenSecret(string $Value)
[Java]
String getAuthTokenSecret();
void setAuthTokenSecret(String Value);
Description
The access token secret is used to sign the requests and validate the signatures.
The secret is obtained upon calling RequestAccessToken together with the access token.
Discuss this help topic in SecureBlackbox Forum