Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.AuthURL

TElOAuth2Client     See also     


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


Specifies the authorization endpoint URL.

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 specify the URL of the authorization server. This property should be set when GrantType equals to oauthAuthorizationCode or oauthImplicit.

See also:     RedirectURL     TokenURL     GrantType    

Discuss this help topic in SecureBlackbox Forum