DigestAuth constructor

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

Implementation

DigestAuth(this.username, this.password);