> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.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;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

## Properties

<ParamField body="rememberDevice?" type="boolean">
  Optional. If true, attempts to remember the browser for future MFA challenges.
  Corresponds to the `rememberBrowser` form field.
</ParamField>
