Web.HTTPApp.TWebBasicAuthenticator.OnAuthenticate
Delphi
property OnAuthenticate;
C++
__property OnAuthenticate;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebBasicAuthenticator |
Description
Event firing when the authenticate request is received and validated, and the hosting web server (Apache, ISAPI, etc) is not processed.
Web.HTTPApp.TWebBasicAuthenticator.OnAuthenticate inherits from Web.HTTPApp.TCustomWebAuthenticator.OnAuthenticate. All content below this line refers to Web.HTTPApp.TCustomWebAuthenticator.OnAuthenticate.
Event firing when the authenticate request is received and validated, and the hosting web server (Apache, ISAPI, etc) is not processed.