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

# LinkAuthState

The state of the account linking component

## See

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

## Properties

| Property                               | Type                                                                                                | Description                                                           |
| -------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| <a id="authmethods" /> `authMethods`   | [`LinkAuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/LinkAuthMethod)\[]   | The auth methods with data about the user and whether they are linked |
| <a id="error" /> `error`               | `null` \| `string`                                                                                  | Error message if fetching linked accounts failed                      |
| <a id="ispending" /> `isPending`       | `boolean`                                                                                           | Whether the account linking is pending                                |
| <a id="methodtolink" /> `methodToLink` | \| `null` \| [`AuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/AuthMethod) | The auth method to link                                               |
