> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Type Alias: MfaLoginFactorType

<ParamField body="MfaLoginFactorType" type="push-notification | otp | sms | phone | voice | email | recovery-code | webauthn-roaming | webauthn-platform | duo">
  Type definition for MFA login factor constants

  ```ts Example theme={null}
  export type MfaLoginFactorType =
    | 'push-notification'
    | 'otp'
    | 'sms'
    | 'phone'
    | 'voice'
    | 'email'
    | 'recovery-code'
    | 'webauthn-roaming'
    | 'webauthn-platform'
    | 'duo';
  ```
</ParamField>
