Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.LogoutURL

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the OAuth logout URL.

Declaration

[C#]
    string LogoutURL;

[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.

See also:     LoginURL    

Discuss this help topic in SecureBlackbox Forum