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.loggedIn" |
confidential | boolean |
payload | object |
Public Payload
Confidential Payload
| Field | Type | Description |
|---|
authMethod | string | Authentication method used for login |
Example
{
"event": "account.loggedIn",
"confidential": false,
"payload": {
"authMethod": "password"
}
}
| Field | Type | Description |
|---|
authMethod | string | Authentication method used for login |
email | string | User’s email address |
Example
{
"event": "account.loggedIn",
"confidential": true,
"payload": {
"authMethod": "password",
"email": "user@example.com"
}
}