Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.AuthURL

TElSimpleOAuth2Client     See also     


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


Specifies the URL of the authorization server.

Declaration

[C#]
    string AuthURL;

[VB.NET]
    Property AuthURL As String

[Pascal]
    property AuthURL : string;

[C++]
    void get_AuthURL(std::string &OutResult);
    void set_AuthURL(const std::string &Value);

[PHP]
    string get_AuthURL()
    void set_AuthURL(string $Value)

[Java]
    String getAuthURL();
    void setAuthURL(String Value);

Description

Use this property to set the URL of the authorization server.

See also:     TokenURL    

Discuss this help topic in SecureBlackbox Forum