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

# ConfirmLogoutOptions

ログアウト確認のオプション

```ts Example theme={null}
export interface ConfirmLogoutOptions extends CustomOptions {
  /** 認証トランザクションのstate */
  action: 'accept' | 'deny';
}
```

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

<ParamField body="action" type="&#x22;accept&#x22;">
  認証トランザクションのstate
</ParamField>
