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

# LinkAuthItem

```ts theme={null}
function LinkAuthItem(props: LinkAuthItemProps): Element;
```

A component for displaying an auth method in the link auth list.

## Parameters

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

## Returns

`Element`

The LinkAuthItem component.

## See

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