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 VerifyMfaInlineFlow(props: VerifyMfaInlineFlowProps): Element;
The transition component for the inline MFA flow. Place this inside VerifyMfaInline, alongside VerifyMfaInlineBackButton if needed.

Parameters

ParameterTypeDescription
propsVerifyMfaInlineFlowPropsThe props for the VerifyMfaInlineFlow component.

Returns

Element The rendered transition component.

See

VerifyMfaInline