> ## 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.

# ScreenMembersOnMfaPhoneChallenge

ScreenMembersOnMfaPhoneChallenge

```ts Example theme={null}
export interface ScreenMembersOnMfaPhoneChallenge extends ScreenMembers {
  /**
   * @property {object | null} data - Screen-specific data.
   * @property {string} data.phone_number - The phone number (often masked) associated with this MFA challenge.
   */
  data: {
    /** The phone number (often masked) associated with this MFA challenge. */
    phoneNumber: 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="phoneNumber">
  #### Type Declaration

  \{ `phoneNumber`: `string`; }

  #### phoneNumber

  The phone number (often masked) associated with this MFA challenge.

  `null`
</ParamField>

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

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

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

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