Internet Direct (Indy) Version 9.0.1 Beta
|
property OnSelectAuthorization: TIdOnSelectAuthorization;
OnSelectAuthorization is triggered when a Request needs Authentication using a supported Authentication method for the WWWAuthenticate headers found in Response. OnSelectAuthorization can be used to set the class instance in Auth used for authenticating the client Request based on header values found in AuthInfo.
OnSelectAuthorization is used prior to triggering the OnAuthorization event handler for the client connection.