EmailChangeApplyRequest constructor
const
EmailChangeApplyRequest({
- required String emailToken,
- PasswordType? password,
- EmailChangeApplyRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const EmailChangeApplyRequest({
required this.emailToken,
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});