UserCustomPassword constructor

UserCustomPassword({
  1. String? version,
  2. String? seed,
  3. List<OverrideAccounts>? overrideAccounts,
  4. Mfa? mfa,
  5. String? recaptcha,
  6. String? forceError,
})

Implementation

UserCustomPassword({
  this.version,
  this.seed,
  this.overrideAccounts,
  this.mfa,
  this.recaptcha,
  this.forceError,
});