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

# MfaPhoneChallengePickPhoneOptions

PickPhoneOptions
`pick-phone` アクションのオプションを定義します。
インターフェースには 1 つの電話番号しか表示されませんが、このアクションは、
サーバーが電話番号選択画面にリダイレクトする必要がある場合に使用されることがあります。

```ts Example theme={null}
export interface PickPhoneOptions extends CustomOptions {}
```
