> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.mintlify.site/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">
  Propriétés
</h2>

<ParamField body="rememberDevice?" type="boolean">
  Facultatif. Si la valeur est vraie, tente de mémoriser le navigateur pour de futures vérifications AMF.
  Correspond au champ de formulaire `rememberBrowser`.
</ParamField>
