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

# LinkAuthItems

```ts theme={null}
function LinkAuthItems(props: LinkAuthItemsProps): Element;
```

A list of auth methods for linking to the current user's account.

## Parameters

| Parameter | Type                                                                                                 | Description                                |
| --------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| `props`   | [`LinkAuthItemsProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/LinkAuthItemsProps) | The props for the LinkAuthItems component. |

## Returns

`Element`

The LinkAuthItems component.

## See

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