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

# ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions

TryAnotherMethodOptions

```ts Example theme={null}
export interface TryAnotherMethodOptions extends CustomOptions {
  /**
   * 現在の画面で最初に提示または選択された配信方法。
   * 'pick-authenticator' アクションを正しく処理するために、APIエンドポイントで必要とされます。
   * - `sms`: 現在の画面がSMSチャレンジ用であることを示します。
   * - `voice`: 現在の画面が音声チャレンジ用であることを示します。
   * @type {'sms' | 'voice'}
   */
  type: 'sms' | 'voice';
}
```

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

<ParamField body="type" type="&#x22;sms&#x22; | &#x22;voice&#x22;">
  現在の画面で最初に提示された、または選択された配信方法を指定します。
  これは、API エンドポイントが `pick-authenticator` アクションを正しく処理するために必要です。

  * `sms`: 現在の画面が SMS チャレンジ用であることを示します。
  * `voice`: 現在の画面が音声チャレンジ用であることを示します。
</ParamField>
