> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CDPContextValue

Core context value interface for the CDP (Coinbase Developer Platform) provider.

## Properties

| Property                                 | Type                                                                                                      | Description                                                      |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| <a id="isinitialized" /> `isInitialized` | `boolean`                                                                                                 | Whether the CDP SDK has completed initialization                 |
| <a id="currentuser" /> `currentUser`     | \| `null` \| [`User`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/User)                   | The currently authenticated user, or null if not signed in       |
| <a id="issignedin" /> `isSignedIn`       | `boolean`                                                                                                 | Convenience boolean indicating if there is an authenticated user |
| <a id="config" /> `config`               | [`Config`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/Config)                            | The CDP config                                                   |
| <a id="oauthstate" /> `oauthState`       | \| `null` \| [`OAuthFlowState`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Interfaces/OAuthFlowState) | The current OAuth flow state                                     |
