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

# ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions

TryAnotherMethodOptions

```ts Example theme={null}
export interface TryAnotherMethodOptions extends CustomOptions {
  /**
   * 省略可能。`true` の場合、かつ画面コンテキスト（`screen.showRememberDevice`）がデバイスの記憶を選択可能と示している場合、このブラウザ/デバイスを記憶するユーザーの意図を示します。
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}
```

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

<ParamField body="rememberDevice?" type="boolean">
  省略可能です。`true` で、かつ `screen.showRememberDevice` も `true` の場合、
  SDK はフォーム送信時に `rememberBrowser=true` を含めます。
</ParamField>
