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

event.authentication

dictionary
Details about authentication obtained during the password reset flow.

event.authorization

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

event.client

object
Information about the Client with which this password reset transaction was initiated.

event.connection

object
Details about the Connection that was used to authenticate the user.

event.custom_domain

object
optional
Details about the custom domain associated with the current transaction.

event.organization

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

event.prompt

object
optional
Collected data from rendered custom prompts.

event.request

object
Details about the request that initiated the transaction.

event.secrets

secrets
Secret values securely associated with this Action.

event.stats

object
Login statistics for the current user.

event.tenant

object
Details about the Tenant associated with the current transaction.

event.transaction

dictionary
Details about the current transaction.

event.user

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