event
object for the post-login Actions trigger provides contextual information about a single user logging in via Auth0.
Property | Description |
---|---|
event.authentication | Details about authentication signals obtained during the login flow. Includes the following properties:
|
event.authorization | An object containing information describing the authorization granted to the user who is logging in. Includes the following properties:
|
event.client | Information about the Client with which this login transaction was initiated. Includes the following properties:
|
event.connection | Details about the Connection that was used to authenticate the user. Includes:
|
event.organization | Details about the Organization associated with the current transaction. Includes:
|
event.prompt | Collected data from rendered custom prompts. Includes:
|
event.refresh_token | [Enterprise Customers] The current refresh token. Includes:
|
event.request | Details about the request that initiated the transaction. Includes:
|
event.resource_server | Details about the resource server to which access is being requested. Includes:
|
event.security_context | An object containing fingerprint signatures. Available only when traffic is handled through the Auth0 Edge (default Auth0-managed proxy layer); may be missing in other routing scenarios. Includes:
|
event.session | The current login session. Includes:
|
event.session_transfer_token | [Private Early Access] Details of the current session transfer token used to establish SSO from a native app to a web app. Includes:
|
event.stats | Login statistics for the current user. Includes:
|
event.tenant | Details about the Tenant associated with the current transaction. Includes:
|
event.transaction | Details about the current transaction. Includes:
|
event.user | An object describing the user on whose behalf the current transaction was initiated. Includes:
|