Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AfterLogoutPage

TElHTTPSServer     See also     


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


URL of the page shown after logout.

Declaration

[C#]
    string AfterLogoutPage;

[VB.NET]
    Property AfterLogoutPage As String

[Pascal]
    property AfterLogoutPage : string;

[C++]
    void get_AfterLogoutPage(std::string &OutResult);
    void set_AfterLogoutPage(const std::string &Value);

[PHP]
    string get_AfterLogoutPage()
    void set_AfterLogoutPage(string $Value)

[Java]
    String getAfterLogoutPage();
    void setAfterLogoutPage(String Value);

Description

This property contains the URL of the page to be shown after OAuth 2.0 logout. The default value is '/'.

See also:     LogoutURL    

Discuss this help topic in SecureBlackbox Forum