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

# EmailによるMFAの選択オプション

メールアドレスの選択オプション

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

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

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