DeviceSecretVerifierConfigType constructor

DeviceSecretVerifierConfigType({
  1. String? passwordVerifier,
  2. String? salt,
})

Implementation

DeviceSecretVerifierConfigType({
  this.passwordVerifier,
  this.salt,
});