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

getOryComponents()

function getOryComponents(overrides?: OryFlowComponentOverrides): OryFlowComponents

Merges the default Ory components with any provided overrides.

The output of this function is a complete set of components that can be used in Ory flows.

Parameters

ParameterTypeDescription
overrides?OryFlowComponentOverridesOptional overrides for the default components.

Returns

OryFlowComponents