DisableTotpRequest constructor
const
DisableTotpRequest({
- required String code,
- PasswordType? password,
- DisableTotpRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const DisableTotpRequest({
required this.code,
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});