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

# MfaPushEnrollmentQrWithRememberOptions

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

<h2 id="properties">
  Propriétés
</h2>

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