Skip to main content
MfaEnrollFactorType
push-notification | otp | sms | phone | voice | webauthn-roaming
Type definition for MFA enroll factor constants
Example
export type MfaEnrollFactorType = 'push-notification' | 'otp' | 'sms' | 'phone' | 'voice' | 'webauthn-roaming';