# AuthorizationResponse

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

## Properties

| Property | Type |
|---|---|
| `code` | `string` |
| `state` | `string` |
| `accessToken` | `string` |
| `tokenType` | `string` |
| `expiresIn` | `number` |
| `scope` | `string` |
| `error` | `string` |
| `errorDescription` | `string` |
| `from` | `'query' | 'fragment' | 'none'` |
