SaslCredentialsScram constructor

const SaslCredentialsScram({
  1. required String username,
  2. required String password,
  3. required String nonce,
})

Implementation

const SaslCredentialsScram({
  required this.username,
  required this.password,
  required this.nonce,
});