MfaFactors constructor

MfaFactors({
  1. required bool totp,
  2. required bool phone,
  3. required bool email,
  4. required bool recoveryCode,
})

Implementation

MfaFactors({
    required this.totp,
    required this.phone,
    required this.email,
    required this.recoveryCode,
});