Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

OryRegistrationSuccessEvent

type OryRegistrationSuccessEvent = {
flow: RegistrationFlow
flowType: FlowType.Registration
identity: Identity
method: string
session?: Session
}

Event fired after a successful registration, before the redirect.

Properties

flow

flow: RegistrationFlow

flowType

flowType: FlowType.Registration

identity

identity: Identity

method

method: string

session?

optional session: Session;