Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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