Skip to main content
MfaLoginFactorType
push-notification | otp | sms | phone | voice | email | recovery-code | webauthn-roaming | webauthn-platform | duo
Type definition for MFA login factor constants
Example
export type MfaLoginFactorType =
  | 'push-notification'
  | 'otp'
  | 'sms'
  | 'phone'
  | 'voice'
  | 'email'
  | 'recovery-code'
  | 'webauthn-roaming'
  | 'webauthn-platform'
  | 'duo';