Skip to main content
function LinkAuthFlow(props: LinkAuthFlowProps): Element;
A component for the flow of the link auth component. LinkAuthFlow renders the LinkAuthItems component when the view is “list” and the SignIn component when the view is “email” or “sms”. It also handles the transition between the views.

Parameters

ParameterTypeDescription
propsLinkAuthFlowPropsThe props for the LinkAuthFlow component.

Returns

Element The LinkAuthFlow component.

See

LinkAuth