PasswordAuthenticator constructor

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

Implementation

PasswordAuthenticator(this.username, this.password);