Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.AuthCode

TElHTTPSession     See also     


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


Contains authorization code.

Declaration

[C#]
    string AuthCode;

[VB.NET]
    Property AuthCode As String

[Pascal]
    property AuthCode : string;

[C++]
    void get_AuthCode(std::string &OutResult);
    void set_AuthCode(const std::string &Value);

[PHP]
    string get_AuthCode()
    void set_AuthCode(string $Value)

[Java]
    String getAuthCode();
    void setAuthCode(String Value);

Description

This property specifies the authorization code.

See also:     GrantType    

Discuss this help topic in SecureBlackbox Forum