Skip to main content

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

FieldValue
event"account.loggedIn"
confidentialboolean
payloadobject
FieldTypeDescription
authMethodstringAuthentication method used for login

Example

{
  "event": "account.loggedIn",
  "confidential": false,
  "payload": {
    "authMethod": "password"
  }
}