You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"slug":"/references/events/Auth/variables/events.Auth.AuthWorkflowEvents","title":"AuthWorkflowEvents","frontmatter":{},"toc":[],"blocks":[{"kind":"typeList","types":[{"name":"AuthWorkflowEvents","type":"`object`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"PASSWORD_RESET","type":"`\"auth.password_reset\"`","description":"Emitted when a reset password token is generated. You can listen to this event\nto send a reset password email to the user or customer, for example.","optional":false,"defaultValue":"\"auth.password_reset\"","expandable":false,"children":[]},{"name":"VERIFICATION_REQUESTED","type":"`\"auth.verification_requested\"`","description":"Emitted when a verification code is generated. You can listen to\nthis event and decide how to deliver the code to the user or customer.\nThe payload changed in v2.17.0:\n`actor_type` and `provider_identity_id` were removed,\n`provider` was renamed to `code_provider`, and `entity_type` was added.\nSubscribers written before v2.17.0 must be updated to use the payload below.","optional":false,"defaultValue":"\"auth.verification_requested\"","expandable":false,"children":[],"since":"2.15.5"}]}]}]}