BasicAuthenticator constructor

BasicAuthenticator(
  1. String username,
  2. String password
)

Creates a BasicAuthenticator with the supplied username and password.

Implementation

BasicAuthenticator(this.username, this.password);