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

See

VerifyMfaItem

Properties

PropertyTypeDescription
method"totp" | "sms"The MFA method this item represents.
icon?ReactNodeAn icon to display.
labelstringA label for the MFA method.
onSelectMouseEventHandler<HTMLButtonElement>A function to call when the user selects this method.