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

# LinkAuthItemProps

The props for the LinkAuthItem component.

## See

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

## Properties

| Property                           | Type                                                                                   | Description                                                                 |
| ---------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| <a id="authmethod" /> `authMethod` | [`AuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/AuthMethod) | A user-readable label for the auth method                                   |
| <a id="islinked" /> `isLinked`     | `boolean`                                                                              | Whether the auth method is linked to the current user's account             |
| <a id="ispending" /> `isPending?`  | `boolean`                                                                              | Whether the auth method linking is pending                                  |
| <a id="icon" /> `icon?`            | `ReactNode`                                                                            | An icon to display                                                          |
| <a id="label" /> `label`           | `string`                                                                               | A label for the auth method                                                 |
| <a id="useralias" /> `userAlias?`  | `string`                                                                               | The user alias for the auth method (i.e. email address, phone number, etc.) |
| <a id="onlink" /> `onLink`         | `MouseEventHandler`\<`HTMLButtonElement`>                                              | A function to call when the auth method is linked.                          |
