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

# MfaSmsListOptions

MfaSmsListOptions
mfa-sms-list 画面で操作を実行するためのオプション。

```ts Example theme={null}
export interface MfaSmsListOptions {
  /**
   * @param {number} index - 選択する電話番号のインデックス。
   */
  index: number;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}
```

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

<ParamField body="index" type="number">
  選択する電話番号のインデックス。
</ParamField>
