Skip to main content
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