ScramMechanism constructor

ScramMechanism(
  1. String _name,
  2. Hash hash,
  3. UsernamePasswordCredential credential,
  4. RandomStringGenerator randomStringGenerator,
)

Implementation

ScramMechanism(
    this._name, this.hash, this.credential, this.randomStringGenerator);