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

See

LinkAuthItem

Properties

PropertyTypeDescription
authMethodAuthMethodA user-readable label for the auth method
isLinkedbooleanWhether the auth method is linked to the current user’s account
isPending?booleanWhether the auth method linking is pending
icon?ReactNodeAn icon to display
labelstringA label for the auth method
userAlias?stringThe user alias for the auth method (i.e. email address, phone number, etc.)
onLinkMouseEventHandler<HTMLButtonElement>A function to call when the auth method is linked.