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"
}
}