Assigns headers to be used for the authorization process.
procedure SetAuthParams(AValue: TIdHeaderList);
Parameters
AValue: TIdHeaderList
Header values to be used for authorization.
Description
SetAuthParams is a procedure used to assign the TIdHeaderList values in AValue to the AuthParams property. SetAuthParams is used in TIdHTTP.OnAuthorization to load the values of the WWWAuthenticate property into the authentication class.