Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.OnOAuth2Browse

TElHTTPSClient     See also     


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


This event is fired when an OAuth 2.0 request is being processed.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnOAuth2Browse : TSBHTTPOAuth2BrowseEvent;
    TSBHTTPOAuth2BrowseEvent = procedure(Sender : TObject; const URL : string; ResponseHeaders : TElStringList) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • URL - specifies the URL of the request.
  • ResponseHeaders - contains the HTTP response headers.
  • pcURL - specifies the URL of the request.
  • szURL - the length of pcURL.

Description

    This event is fired by TElHTTPSClient when it processes an OAuth 2.0 request. The OAuth client application should create response headers and pass them via the ResponseHeaders parameter.

See also:     OAuth2    

Discuss this help topic in SecureBlackbox Forum