Discuss this help topic in SecureBlackbox Forum
Specifies OAuth token endpoint URL.
Declaration
[VB.NET]
Property TokenURL As String
[Pascal]
property TokenURL : string;
[C++]
void get_TokenURL(std::string &OutResult);
void set_TokenURL(const std::string &Value);
[PHP]
string get_TokenURL()
void set_TokenURL(string $Value)
[Java]
String getTokenURL();
void setTokenURL(String Value);
Description
Use this property to customize OAuth token endpoint URL.
Discuss this help topic in SecureBlackbox Forum