Discuss this help topic in SecureBlackbox Forum
Specifies OAuth authorization URL.
Declaration
[C#]
string AuthorizationURL;
[VB.NET]
Property AuthorizationURL As String
[Pascal]
property AuthorizationURL : string;
[C++]
void get_AuthorizationURL(std::string &OutResult);
void set_AuthorizationURL(const std::string &Value);
[PHP]
string get_AuthorizationURL()
void set_AuthorizationURL(string $Value)
[Java]
String getAuthorizationURL();
void setAuthorizationURL(String Value);
Description
Use this property to set the OAuth authorization URL.
The default value is '/oauth'.
Discuss this help topic in SecureBlackbox Forum