function VerifyMfaInline(props: VerifyMfaInlineProps): Element;
A wrapper component that provides context and coordination for inline MFA verification.
Use with VerifyMfaInlineFlow and optionally VerifyMfaInlineBackButton.By default, shows content first and automatically transitions to MFA verification
when a protected action (like signing or exporting) is called. After verification,
the action completes automatically.Use verifyFirst prop to force MFA verification before showing content.