Skip to main content
The event object for the password-reset-post-challenge Actions trigger provides contextual information about the trigger execution.

event.authentication

event.authentication
dictionary
Details about authentication obtained during the password reset flow.

event.authorization

event.authorization
object
An object containing information describing the authorization granted to the user who is logging in.

event.client

event.client
dictionary
Information about the Client with which this password reset transaction was initiated.

event.connection

event.connection
dictionary
Details about the Connection that was used to authenticate the user.

event.custom_domain

event.custom_domain
dictionary
optional
Details about the custom domain associated with the current transaction.

event.organization

event.organization
dictionary
optional
Details about the Organization associated with the current transaction.

event.prompt

event.prompt
dictionary
optional
Collected data from rendered custom prompts.

event.request

event.request
dictionary
Details about the request that initiated the transaction.

event.stats

event.stats
object
Login statistics for the current user.

event.tenant

event.tenant
object
Details about the Tenant associated with the current transaction.

event.transaction

event.transaction
dictionary
Details about the current transaction.

event.user

event.user
dictionary
An object describing the user on whose behalf the current transaction was initiated.

event.secrets

event.secrets
secrets
Secret values securely associated with this Action.