The props for the VerifyMfaItems component.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.
See
VerifyMfaItemsExtends
Omit<HTMLAttributes<HTMLUListElement>,"children"|"onSelect">
Properties
| Property | Type | Description |
|---|---|---|
children? | (props: VerifyMfaItemProps) => ReactNode | A render function for the MFA method item. |
onSelect? | (method: "totp" | "sms") => void | A function to call when a method is selected. |