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

# LinkAuthItemsProps

The props for the LinkAuthItems component.

## See

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

## Extends

* `Omit`\<`HTMLAttributes`\<`HTMLUListElement`>, `"children"`>

## Properties

| Property                        | Type                                                                                                                               | Description                                         |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| <a id="children" /> `children?` | (`props`: [`LinkAuthItemProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/LinkAuthItemProps)) => `ReactNode`       | A render function for the auth method item.         |
| <a id="onlink" /> `onLink?`     | (`method`: [`AuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/AuthMethod)) => `void` \| `Promise`\<`void`> | A function to call when the link button is clicked. |
