Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.FailureResponse

TElSimpleOAuth2Client     See also     


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


The web page returned by the server on authorization failure.

Declaration

[C#]
    TElStringList FailureResponse;

[VB.NET]
    Property FailureResponse As TElStringList

[Pascal]
    property FailureResponse : TElStringList;

[C++]
    TElStringList* get_FailureResponse();
    void set_FailureResponse(TElStringList &Value);
    void set_FailureResponse(TElStringList *Value);

[PHP]
    TElStringList get_FailureResponse()
    void set_FailureResponse(TElStringList $Value)

[Java]
    TElStringList getFailureResponse();
    void setFailureResponse(TElStringList Value);

Description

This property contains the html of the web page to be shown on authorization failure.

See also:     Authorize     SuccessResponse    

Discuss this help topic in SecureBlackbox Forum