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

# Members の MFAプッシュ ウェルカム画面

```ts Example theme={null}
export interface ScreenMembersOnMfaPushWelcome extends ScreenMembers {
  screen: {
    name: string;
    links: {
      ios: string;
      android: string;
    };
  };
}
```

<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={<span><a href="/docs/ja-jp/libraries/acul/js-sdk/Screens/interfaces/PasskeyCreate">PasskeyCreate</a></span>} />

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

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

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

<ParamField body="screen" type="object">
  <h4 id="links">
    links
  </h4>

  <h5 id="linksandroid">
    links.android
  </h5>

  <h5 id="linksios">
    links.ios
  </h5>

  <h4 id="name">
    name
  </h4>
</ParamField>

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