UrlAuthConfig
Configuration Object for UrlAuth. In contrast to basic auth, the authentication is done by adding username and password in the URL.
Methods
getPassword
getPassword():
string
Returns the password.
Returns
stringthe password
getUserName
getUserName():
string
Return the user name-
Returns
stringthe user name
password
password(
pPassword):UrlAuthConfig
The password for url authentication.
Parameters
pPassword
string | number | booleanthe password
Returns
UrlAuthConfigUrlAuthConfig
userName
userName(
pName):UrlAuthConfig
The user name for url authentication.
Parameters
pName
string | number | booleanthe user name
Returns
UrlAuthConfigUrlAuthConfig