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

# ScreenMembersOnMfaSmsChallenge

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

```ts Example theme={null}
export interface ScreenMembersOnMfaSmsChallenge extends ScreenMembers {
  data: {
    /**
     * SMSが送信された電話番号
     */
    phoneNumber?: string;
    /**
     * デバイスを記憶するオプションを表示するかどうか
     */
    showRememberDevice?: boolean;
    /**
     * 音声通話による認証に切り替えるリンクを表示するかどうか
     */
    showLinkVoice?: 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="phoneNumber?">
  <h4 id="type-declaration">
    型宣言
  </h4>

  \{ `phoneNumber?`: `string`; `showLinkVoice?`: `boolean`; `showRememberDevice?`: `boolean`; }

  <h4 id="phonenumber">
    phoneNumber?
  </h4>

  SMS の送信先の電話番号

  <h4 id="showlinkvoice">
    showLinkVoice?
  </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" />
