The BasicAuthenticator class is an authenticator that will authenticate using HTTP Basic auth with the given username and password.
username
password
BasicAuthenticator(this.username, this.password);