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

# ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions

UseSecurityKeyOptions

```ts Example theme={null}
export interface UseSecurityKeyOptions extends CustomOptions {
  /**
   * 省略可能。`true` の場合、かつ画面コンテキスト（`screen.showRememberDevice`）が
   * デバイスの記憶を選択可能であることを示している場合、このオプションはユーザーが
   * 今後の認証でこのブラウザ/デバイスを記憶させる意図があることを示します。
   * この場合、SDK は `rememberBrowser=true` を送信します。
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}
```

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

<ParamField body="rememberDevice?" type="boolean">
  省略可能です。`true` で、かつ `screen.showRememberDevice` も `true` の場合、
  SDK はフォーム送信に `rememberBrowser=true` を含め、ユーザーが
  このデバイスを記憶することを選択したことを示します。
</ParamField>
