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

# LinkAuthContextValue

The value of the link auth context.

## See

[useLinkAuthContext](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Hooks/useLinkAuthContext)

## Properties

| Property                       | Type                                                                                                        | Description                                        |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| <a id="state" /> `state`       | [`LinkAuthState`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/LinkAuthState)                  | The current state of the link auth component.      |
| <a id="dispatch" /> `dispatch` | `Dispatch`\<[`LinkAuthAction`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/LinkAuthAction)> | The dispatch function for the link auth component. |
