> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# VerifyPlatformAuthenticatorOptions

VerifyPlatformAuthenticatorOptions

```ts Example theme={null}
export interface VerifyPlatformAuthenticatorOptions extends CustomOptions {
  /**
   * 省略可能。trueかつ`screen.showRememberDevice`がtrueの場合、ユーザーがこのデバイスを記憶することを選択したことを示します。通常30日間有効で、以降のログイン時にMFAを回避できます。
   * @type {boolean}
   */
  rememberDevice?: boolean;
}
```

<h2 id="properties">
  プロパティ
</h2>

<ParamField body="rememberDevice?" type="boolean">
  省略可能。true の場合、今後の MFA チャレンジで使用するためにブラウザーを記憶しようとします。
  `rememberBrowser` フォームフィールドに対応します。これは `screen.showRememberDevice` が true の場合にのみ適用されます。
</ParamField>
