Skip to main content

OryProviderProps

type OryProviderProps = {
components: OryFlowComponents;
config: OryClientConfiguration;
} & OryFlowContainer & PropsWithChildren;

Props type for the OryProvider component.

Type declaration

NameTypeDescription
componentsOryFlowComponentsThe components to use for rendering Ory flows. You can provide custom components to override the default Ory components.
configOryClientConfigurationThe Ory client configuration. This includes the SDK and project configuration.