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

# OAuthFlowState

The state of an OAuth flow.

## Properties

| Property                                        | Type                                                                                                   |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| <a id="status" /> `status?`                     | `OAuthFlowStatus`                                                                                      |
| <a id="code" /> `code?`                         | `string`                                                                                               |
| <a id="providertype" /> `providerType?`         | [`OAuth2ProviderType`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/OAuth2ProviderType) |
| <a id="flowid" /> `flowId?`                     | `string`                                                                                               |
| <a id="error" /> `error?`                       | `string`                                                                                               |
| <a id="errordescription" /> `errorDescription?` | `string`                                                                                               |
