Discuss this help topic in SecureBlackbox Forum
Specifies the redirection endpoint URL.
Declaration
[VB.NET]
Property RedirectURL As String
[Pascal]
property RedirectURL: string;
[C++]
void get_RedirectURL(std::string &OutResult);
void set_RedirectURL(const std::string &Value);
[PHP]
string get_RedirectURL()
void set_RedirectURL(string $Value)
[Java]
String getRedirectURL();
void setRedirectURL(String Value);
Description
This property specifies the URL where the authorization server directs the resource owner's user-agent when their interaction is completed.
Discuss this help topic in SecureBlackbox Forum