Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.AuthKey

TElGoogleDrivePermission     See also     


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


The authkey required for this permission.

Declaration

[C#]
    string AuthKey;

[VB.NET]
    Property AuthKey As String

[Pascal]
    property AuthKey: string;

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

[PHP]
    string get_AuthKey()

[Java]
    String getAuthKey();

Description

    Use this property to get the authkey required for this permission.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum