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

# ScreenMembersOnMfaLoginOptions

Interface for the screen data specific to mfa-login-options screen

```ts Example theme={null}
export interface ScreenMembersOnMfaLoginOptions extends ScreenMembers {
  data: {
    /** List of enrolled MFA factors for the user */
    enrolled_factors: string[];
  } | null;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type="enrolled_factors">
  #### Type Declaration

  \{ `enrolled_factors`: `string`\[]; }

  #### enrolled\_factors

  List of enrolled MFA factors for the user

  `null`
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

<ParamField body="name" type="string" />

<ParamField body="texts" type="Record" />
