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