MfaSettings constructor

MfaSettings({
  1. MfaSetting? deviceShareFactor,
  2. MfaSetting? backUpShareFactor,
  3. MfaSetting? socialBackupFactor,
  4. MfaSetting? passwordFactor,
})

Implementation

MfaSettings({
  this.deviceShareFactor,
  this.backUpShareFactor,
  this.socialBackupFactor,
  this.passwordFactor,
});