Discuss this help topic in SecureBlackbox Forum
Specifies the app secret.
Declaration
[C#/Java]
string AppSecret;
[VB.NET]
Property AppSecret As String
[Pascal]
property AppSecret : string;
[C++]
void get_AppSecret(std::string &OutResult);
void set_AppSecret(const std::string &Value);
[PHP]
string get_AppSecret()
void set_AppSecret(string $Value)
Description
Use this property to specify the Dropbox app secret.
Discuss this help topic in SecureBlackbox Forum