BasicCredential constructor

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

Implementation

BasicCredential(this.username, this.password);