Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.AccessToken

TElGoogleDriveDataStorage     See also     


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


Returns the OAuth 2.0 access token.

Declaration

[C#]
    string AccessToken;

[VB.NET]
    Property AccessToken As String

[Pascal]
    property AccessToken: string;

[C++]
    void get_AccessToken(std::string &OutResult);

[PHP]
    string get_AccessToken()

[Java]
    String getAccessToken();

Description

    Use this property to retrieve the OAuth 2.0 access token that allows to access user data in the storage.

See also:     CompleteAuthorization     RefreshToken    

Discuss this help topic in SecureBlackbox Forum