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

# MfaPushEnrollmentQrWithRememberOptions

```ts Example theme={null}
export interface MfaPushEnrollmentQrWithRememberOptions extends CustomOptions {
  rememberDevice?: boolean;
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="rememberDevice?" type="boolean">
  Lorsqu’il est défini sur `true`, cet appareil est marqué comme fiable afin que l’utilisateur n’ait pas à effectuer une authentification MFA par notification push lors des connexions ultérieures à partir du même appareil.
</ParamField>
