Discuss this help topic in SecureBlackbox Forum
Specifies the authorization endpoint URL.
Declaration
[C#/Java]
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)
Description
Use this property to specify the URL of the authorization server.
This property should be set when GrantType equals to oauthAuthorizationCode or oauthImplicit.
Discuss this help topic in SecureBlackbox Forum