Indy 9
|
TIdOnSelectAuthorization = procedure (Sender: TObject; var AuthenticationClass: TIdAuthenticationClass; AuthInfo: TIdHeaderList) of object;
AuthenticationClass is the class instance to be used to perform authentication for the mechanisms required in an HTTP request.
AuthInfo is the header values to be be used in the HTTP response that includes the authentication results.