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.

The props for the VerifyMfaItems component.

See

VerifyMfaItems

Extends

  • Omit<HTMLAttributes<HTMLUListElement>, "children" | "onSelect">

Properties

PropertyTypeDescription
children?(props: VerifyMfaItemProps) => ReactNodeA render function for the MFA method item.
onSelect?(method: "totp" | "sms") => voidA function to call when a method is selected.