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

# ScreenMembersOnMfaPushChallengePush

mfa-push-challenge-push 画面固有の画面データ用インターフェース

```ts Example theme={null}
export interface ScreenMembersOnMfaPushChallengePush extends ScreenMembers {
  data: {
    /** プッシュ通知を受信するデバイスの名前 */
    deviceName: string;
    /** デバイスを記憶するオプションを表示するかどうか */
    showRememberDevice?: boolean;
  } | null;
}
```

<h2 id="properties">
  プロパティ
</h2>

<ParamField body="captcha" type={<span><a href="/docs/ja-jp/libraries/acul/js-sdk/Screens/interfaces/CaptchaContext">CaptchaContext</a></span>} />

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

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

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

<ParamField body="data" type="deviceName">
  <h4 id="type-declaration">
    型宣言
  </h4>

  \{ `deviceName`: `string`; `showRememberDevice?`: `boolean`; }

  <h4 id="devicename">
    deviceName
  </h4>

  プッシュ通知を受信するデバイスの名前

  <h4 id="showrememberdevice">
    showRememberDevice?
  </h4>

  デバイスを記憶するオプションを表示するかどうか

  `null`
</ParamField>

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

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

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

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