Discuss this help topic in SecureBlackbox Forum
Specifies the authorization endpoint URL.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum