BasicAuthenticator constructor
Creates a BasicAuthenticator with the supplied username and password.
Implementation
BasicAuthenticator(this.username, this.password);
Creates a BasicAuthenticator with the supplied username and password.
BasicAuthenticator(this.username, this.password);