Discuss this help topic in SecureBlackbox Forum
Specifies the URL of the authorization server.
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 set the URL of the authorization server.
Discuss this help topic in SecureBlackbox Forum