Discuss this help topic in SecureBlackbox Forum
Specifies the app secret.
Declaration
[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)
[Java]
String getAppSecret();
void setAppSecret(String Value);
Description
Use this property to specify the Dropbox app secret.
Discuss this help topic in SecureBlackbox Forum