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

# ConfirmLogoutOptions

Options for confirming logout

```ts Example theme={null}
export interface ConfirmLogoutOptions extends CustomOptions {
  /** The authentication transaction state */
  action: 'accept' | 'deny';
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

## Properties

<ParamField body="action" type="&#x22;accept&#x22;">
  The authentication transaction state
</ParamField>
