Encode the given username and password to a base 64 String.
Return
An encoded base 64 String.
Parameters
The username of the user account.
The password of the user account.
Encode the given string to a base 64 String.
Return
An encoded base 64 String.
Parameters