sequence
|
string | UserName optional
User Name for server BASIC authentication login
(some servers require users to authenticate with the server -- see also Password, AuthorizationType, and Authorization)
|
string | Password optional
Password for server BASIC authentication login
(some servers require users to authenticate with the server -- see also UserName, AuthorizationType, and Authorization)
|
string | AuthorizationType optional
Type of authentication to use with server, if not using username and password based "BASIC" authentication. |
string | Authorization optional
Actual authentication data for server, if not using username and password based "BASIC" authentication If username and password are used, this does not need to be set. |
|