Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthorizationDeniedPage

TElHTTPSServer     See also     


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


The URL of the page to be shown when authorization is denied.

Declaration

[C#]
    string AuthorizationDeniedPage;

[VB.NET]
    Property AuthorizationDeniedPage As String

[Pascal]
    property AuthorizationDeniedPage : string;

[C++]
    void get_AuthorizationDeniedPage(std::string &OutResult);
    void set_AuthorizationDeniedPage(const std::string &Value);

[PHP]
    string get_AuthorizationDeniedPage()
    void set_AuthorizationDeniedPage(string $Value)

[Java]
    String getAuthorizationDeniedPage();
    void setAuthorizationDeniedPage(String Value);

Description

Use this property to specify the address of the page to be shown when OAuth 2.0 authorization is denied. The default value is '' (empty string).

See also:     AuthorizationURL    

Discuss this help topic in SecureBlackbox Forum