PolicyMfaFactors constructor

PolicyMfaFactors({
  1. required String $id,
  2. required bool totp,
  3. required bool email,
  4. required bool phone,
  5. required bool custom,
})

Implementation

PolicyMfaFactors({
  required this.$id,
  required this.totp,
  required this.email,
  required this.phone,
  required this.custom,
});