Constructs an instance of UsernamePasswordCredentials.
The parameters for constructing an instance of UsernamePasswordCredentials.
Password. Cannot be undefined.
Username. Cannot be undefined.
Private Readonly _passwordPrivate Readonly _usernameReturns the password.
A String denoting password
Returns the username.
A String denoting username
Generated using TypeDoc
Simple ProxyAuthenticationCredentials implementation based on a username and password.