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

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