Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.SuccessResponse

TElSimpleOAuth2Client     See also     


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


The web page returned by the server on authorization success.

Declaration

[C#]
    TElStringList SuccessResponse;

[VB.NET]
    Property SuccessResponse As TElStringList

[Pascal]
    property SuccessResponse : TElStringList;

[C++]
    TElStringList* get_SuccessResponse();
    void set_SuccessResponse(TElStringList &Value);
    void set_SuccessResponse(TElStringList *Value);

[PHP]
    TElStringList get_SuccessResponse()
    void set_SuccessResponse(TElStringList $Value)

[Java]
    TElStringList getSuccessResponse();
    void setSuccessResponse(TElStringList Value);

Description

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

See also:     Authorize     FailureResponse    

Discuss this help topic in SecureBlackbox Forum