> ## 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">
  プロパティ
</h2>

<ParamField body="rememberDevice?" type="boolean">
  `true` に設定すると、このデバイスは信頼済みとして登録され、以後同じデバイスからのログインでは MFA push 認証を求められなくなります。
</ParamField>
