# AuthorizationRequest

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

## Properties

| Property | Type |
|---|---|
| `scheme` | `OAuth2Scheme` |
| `clientId` | `string` |
| `redirectUri` | `string` |
| `scopes` | `string[]` |
| `state` | `string` |
| `pkce` | `PkcePair` |
| `extraParams` | `Record<string, string>` |
