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

OryVerificationSuccessEvent

type OryVerificationSuccessEvent = {
flow: VerificationFlow
flowType: FlowType.Verification
method: string
}

Event fired after a successful verification submission.

This fires when the server accepts the verification form (e.g., a code was submitted). It does not necessarily mean the identity is verified — check the flow state for that.

Properties

flow

flow: VerificationFlow

flowType

flowType: FlowType.Verification

method

method: string