Internet Direct (Indy) Version 9.0.2 Beta
TIdRequestHeaderInfo.Password
Represents the password used in construction of authorization credentials.

property Password: String;
Description
Password is a String property used in conjunction with Username to construct authorization credentials during Authentiction of HTTP connection. Username and Password are suppied to the TIdAuthentication class instance in Authentication, when BasicAuthentication is True, in the SetHeaders method.