> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkAuthModalProps

Props for the LinkAuthModal component.

## See

[LinkAuthModal](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/LinkAuthModal)

## Properties

| Property                                  | Type                                                                                                                      | Description                                                                                |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| <a id="children" /> `children?`           | `ReactNode`                                                                                                               | If provided, will render the children instead of the default trigger button.               |
| <a id="open" /> `open?`                   | `boolean`                                                                                                                 | Whether the modal is open. Note: if you set this, you must also set `setIsOpen`.           |
| <a id="setisopen" /> `setIsOpen?`         | (`value`: `boolean`) => `void`                                                                                            | A function to set the modal's open state. Note: if you set this, you must also set `open`. |
| <a id="onlinksuccess" /> `onLinkSuccess?` | (`method`: \| `null` \| [`AuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/AuthMethod)) => `void` | A function to call when an auth method is successfully linked.                             |
