Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.RequestAccessToken

TElDropboxDataStorage     See also     


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


Requests the OAuth 1.0 access token.

Declaration

[C#]
    void RequestAccessToken();

[VB.NET]
    Sub RequestAccessToken()

[Pascal]
    procedure RequestAccessToken;

[C++]
    void RequestAccessToken();

[PHP]
    void RequestAccessToken()

[Java]
    void requestAccessToken();

Description

    Call this method to perform the last step of authorization and obtain an access token from the server. The access token is stored in AuthToken.

See also:     StartAuthorization     AuthToken     AuthTokenSecret    

Discuss this help topic in SecureBlackbox Forum