BasicAuthenticator constructor

BasicAuthenticator(String username, String password)

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

Implementation

BasicAuthenticator(this.username, this.password);