Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.AuthTokenSecret

TElDropboxDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     AuthToken     RequestAccessToken    

Discuss this help topic in SecureBlackbox Forum