MfaBackupCodesRequest constructor

const MfaBackupCodesRequest({
  1. required bool regenerate,
  2. PasswordType? password,
  3. MfaBackupCodesRequestMfaMethodMfaMethod? mfaMethod,
  4. String? mfaCode,
  5. dynamic webauthnResponse,
  6. String? webauthnChallenge,
})

Implementation

const MfaBackupCodesRequest({
  required this.regenerate,
  this.password,
  this.mfaMethod,
  this.mfaCode,
  this.webauthnResponse,
  this.webauthnChallenge,
});