# readPendingFlow

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts#L683)

## Signature

```ts
function readPendingFlow(storage: StorageLike | undefined, namespace: string): PendingFlow | null
```

## Parameters

| Name | Type |
|---|---|
| `storage` | `StorageLike | undefined` |
| `namespace` | `string` |

**Returns:** `PendingFlow | null`
