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;
