Skip to main content
type MfaMethod = {
  totp: "totp";
  sms: "sms";
};

Properties

PropertyModifierType
totpreadonly"totp"
smsreadonly"sms"