EmailChangeApplyRequest constructor

const EmailChangeApplyRequest({
  1. required String emailToken,
  2. PasswordType? password,
  3. EmailChangeApplyRequestMfaMethodMfaMethod? mfaMethod,
  4. String? mfaCode,
  5. dynamic webauthnResponse,
  6. String? webauthnChallenge,
})

Implementation

const EmailChangeApplyRequest({
  required this.emailToken,
  this.password,
  this.mfaMethod,
  this.mfaCode,
  this.webauthnResponse,
  this.webauthnChallenge,
});