Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorage.SecondaryAuthToken

TElGoogleDataStorage     See also     


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


Contains secondary authentication token.

Declaration

[C#/Java]
    string SecondaryAuthToken;

[VB.NET]
    Property SecondaryAuthToken As String

[Pascal]
    property SecondaryAuthToken : string;

[C++]
    void get_SecondaryAuthToken(std::string &OutResult);
    void set_SecondaryAuthToken(const std::string &Value);

[PHP]
    string get_SecondaryAuthToken()
    void set_SecondaryAuthToken(string $Value)

Description

    Use this property to set the auth token for the secondary service, specified by SecondaryServiceName.

See also:     AuthToken     SecondaryServiceName    

Discuss this help topic in SecureBlackbox Forum