Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Event Properties
| Field | Value |
|---|
event | "account.loggedOut" |
confidential | boolean |
payload | object |
Public Payload
Confidential Payload
| Field | Type | Description |
|---|
reason | string | What triggered the logout |
Example
{
"event": "account.loggedOut",
"confidential": false,
"payload": {
"reason": "sign-out"
}
}
| Field | Type | Description |
|---|
reason | string | What triggered the logout |
Example
{
"event": "account.loggedOut",
"confidential": true,
"payload": {
"reason": "sign-out"
}
}