Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.StartAuthorization

TElDropboxDataStorage     See also     


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


Initiates authorization process.

Declaration

[C#]
    void StartAuthorization();

[VB.NET]
    Sub StartAuthorization()

[Pascal]
    procedure StartAuthorization;

[C++]
    void StartAuthorization();

[PHP]
    void StartAuthorization()

[Java]
    void startAuthorization();

Description

    Call this method to start authorization process and obtain the request token from the server. Until the access token is received, the request token is stored in AuthToken. After the authorization is initialized, call GetAuthorizationURL to get the URL to be displayed to the user.

See also:     AuthToken     GetAuthorizationURL     RequestAccessToken    

Discuss this help topic in SecureBlackbox Forum