BasicAuthConfig
Configuration Object for BasicAuth.
Methods
getPassword
getPassword():
string
Returns the password.
Returns
stringthe password
getUserName
getUserName():
string
Returns the user name.
Returns
stringthe user name
password
password(
pPassword):BasicAuthConfig
Sets the password for basic authentication.
Parameters
pPassword
string | number | booleanthe password
Returns
BasicAuthConfigBasicAuthConfig
userName
userName(
pName):BasicAuthConfig
Sets the user name for basic authentication.
Parameters
pName
string | number | booleanthe user name
Returns
BasicAuthConfigBasicAuthConfig