Skip to main content
The event object for the credentials-exchange Actions trigger provides contextual information about the trigger execution.

event.accessToken

event.accessToken
dictionary
Information about the access token to be issued.

event.client

event.client
dictionary
Information about the Client used during this token exchange.

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

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

event.resource_server

event.resource_server
object
Information about the Resource Server that is issuing the access token.

event.tenant

event.tenant
object
Information about the Tenant used during this token exchange.

event.transaction

event.transaction
object
Information about the Credentials Exchange transaction.

event.secrets

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