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

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

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

event.connection

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

event.custom_domain

dictionary
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

dictionary
optional
Collected data from rendered custom prompts.

event.request

dictionary
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.