MfaBackupCodesRequest constructor
const
MfaBackupCodesRequest({
- required bool regenerate,
- PasswordType? password,
- MfaBackupCodesRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const MfaBackupCodesRequest({
required this.regenerate,
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});