Discuss this help topic in SecureBlackbox Forum
Specifies the 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
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
Discuss this help topic in SecureBlackbox Forum