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 EnrollMfaItems component.

See

EnrollMfaItems

Extends

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

Properties

PropertyTypeDescription
children?(props: EnrollMfaItemProps) => ReactNodeA render function for the MFA method item.
onSetUp?(method: "totp" | "sms") => void | Promise<void>A function to call when a method is selected for setup.