An actions extensibility point.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ActionTriggerTypeEnum", "title": "ActionTriggerTypeEnum", "type": "string", "description": "An actions extensibility point.", "enum": [ "post-login", "credentials-exchange", "pre-user-registration", "post-user-registration", "post-change-password", "send-phone-message", "custom-phone-provider", "custom-email-provider", "password-reset-post-challenge", "custom-token-exchange", "event-stream", "password-hash-migration", "login-post-identifier", "signup-post-identifier" ] }