Discuss this help topic in SecureBlackbox Forum
Specifies the OAuth logout URL.
Declaration
[VB.NET]
Property LogoutURL As String
[Pascal]
property LogoutURL : string;
[C++]
void get_LogoutURL(std::string &OutResult);
void set_LogoutURL(const std::string &Value);
[PHP]
string get_LogoutURL()
void set_LogoutURL(string $Value)
[Java]
String getLogoutURL();
void setLogoutURL(String Value);
Description
Use this property to get or set OAuth logout URL.
Discuss this help topic in SecureBlackbox Forum