Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPHTTPClient.OnPassword

Event called when authentication is required

Declaration

Source position: fphttpclient.pp line 485

published property TFPHTTPClient.OnPassword : TPasswordEvent;

Description

Event triggered when the server requests authentication. The event handler can provide credentials and indicate whether to retry the request.

See also

TPasswordEvent

  

Event type for handling authentication challenges

UserName

  

Username for HTTP authentication

Password

  

Password for HTTP authentication


Documentation generated on: Jan 27 2026