Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.AuthToken

TElDropboxDataStorage     See also     


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


Contains the access token.

Declaration

[C#]
    string AuthToken;

[VB.NET]
    Property AuthToken As String

[Pascal]
    property AuthToken : string;

[C++]
    void get_AuthToken(std::string &OutResult);
    void set_AuthToken(const std::string &Value);

[PHP]
    string get_AuthToken()
    void set_AuthToken(string $Value)

[Java]
    String getAuthToken();
    void setAuthToken(String Value);

Description

    This property contains the access token which is used to sign requests. The access token is obtained by calling RequestAccessToken method.

See also:     AuthTokenSecret     RequestAccessToken    

Discuss this help topic in SecureBlackbox Forum