Props for the LinkAuth componentDocumentation 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
LinkAuthExtends
Omit<HTMLAttributes<HTMLDivElement>,"children">
Properties
| Property | Type | Description |
|---|---|---|
children? | | ReactNode | (state: LinkAuthState) => ReactNode | The children of the component. Leave empty to use the default UI. If a function is provided, it will be called with the current state of the link auth flow. The function should return a ReactNode. |
onLinkSuccess? | (method: | null | AuthMethod) => void | A function to call when an auth method is successfully linked. |