# TokenExchange

**Kind:** Interface

**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#L569)

## Properties

| Property | Type |
|---|---|
| `tokenUrl` | `string` |
| `code` | `string` |
| `codeVerifier` | `string` |
| `clientId` | `string` |
| `redirectUri` | `string` |
| `schemeId` | `string` |
| `requestedScopes` | `string[]` |
| `fetchImpl` | `typeof fetch` |
| `now` | `number` |
