Discuss this help topic in SecureBlackbox Forum
Contains the client secret.
Declaration
[C#]
string ClientSecret;
[VB.NET]
Property ClientSecret As String
[Pascal]
property ClientSecret: string;
[C++]
void get_ClientSecret(std::string &OutResult);
void set_ClientSecret(const std::string &Value);
[PHP]
string get_ClientSecret()
void set_ClientSecret(string $Value)
[Java]
String getClientSecret();
void setClientSecret(String Value);
Description
Use this property to set the client secret used for authorization.
Discuss this help topic in SecureBlackbox Forum