> ## 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">
  Si la valeur est `true`, cet appareil est enregistré comme appareil de confiance, de sorte que l’utilisateur n’ait pas à effectuer l’authentification MFA push lors des connexions ultérieures à partir du même appareil.
</ParamField>
