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

# VerifySecurityKeyOptions

VerifySecurityKeyOptions

```ts Example theme={null}
export interface VerifySecurityKeyOptions extends CustomOptions {
  rememberDevice?: boolean;
}
```

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

<ParamField body="rememberDevice?" type="boolean">
  任意。true の場合、今後のMFAチャレンジに備えてこのブラウザーを記憶するよう試みます。
  `rememberBrowser` Form フィールドに対応します。
</ParamField>
