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

# Type Alias: MfaEnrollFactorType

<ParamField body="MfaEnrollFactorType" type="push-notification | otp | sms | phone | voice | webauthn-roaming">
  Type definition for MFA enroll factor constants

  ```ts Example theme={null}
  export type MfaEnrollFactorType = 'push-notification' | 'otp' | 'sms' | 'phone' | 'voice' | 'webauthn-roaming';
  ```
</ParamField>
