Internet Direct (Indy) Version 9.0.1 Beta
TIdHTTPRequestInfo.AuthPassword
Specifies the authorization password for a HTTP request.

property AuthPassword: string;
Description
AuthPassword is a String property that specifies the authorization password from the HTTP header "Authorization:" in the HTTP request.

AuthPassword is used with AuthUsername to determine the full content of the basic authorization header value.

AuthExists indicates that the AuthUsername and AuthPassword properties are used in the HTTP request.