DisableTotpRequest constructor

const DisableTotpRequest({
  1. required String code,
  2. PasswordType? password,
  3. DisableTotpRequestMfaMethodMfaMethod? mfaMethod,
  4. String? mfaCode,
  5. dynamic webauthnResponse,
  6. String? webauthnChallenge,
})

Implementation

const DisableTotpRequest({
  required this.code,
  this.password,
  this.mfaMethod,
  this.mfaCode,
  this.webauthnResponse,
  this.webauthnChallenge,
});