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

# ScreenMembersOnMfaRecoveryCodeEnrollment

Interface describing the data available on the Mfa Recovery Code Enrollment screen.

```ts Example theme={null}
export interface ScreenMembersOnMfaRecoveryCodeEnrollment extends ScreenMembers {
  data: {
    /**
     * The recovery code to display to the user.
     */
    textCode: 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="textCode">
  #### Type Declaration

  \{ `textCode`: `string`; }

  #### textCode

  The recovery code to display to the user.

  `null`
</ParamField>

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

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

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

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