Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorage.AuthToken

TElGoogleDataStorage     See also     


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


Contains authentication token.

Declaration

[C#/Java]
    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)

Description

    Use this property to specify the value of the auth token.

See also:     AuthSource     OnAuthAttempt     SecondaryAuthToken    

Discuss this help topic in SecureBlackbox Forum