Internet Direct (Indy) Version 9.0.1 Beta
TIdHTTPRequestInfo.AuthUsername
Specifies the authorization user name for the HTTP request.

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

AuthUsername is used with AuthPassword 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.