Props for the LinkAuthModal 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
LinkAuthModalProperties
| Property | Type | Description |
|---|---|---|
children? | ReactNode | If provided, will render the children instead of the default trigger button. |
open? | boolean | Whether the modal is open. Note: if you set this, you must also set setIsOpen. |
setIsOpen? | (value: boolean) => void | A function to set the modal’s open state. Note: if you set this, you must also set open. |
onLinkSuccess? | (method: | null | AuthMethod) => void | A function to call when an auth method is successfully linked. |