# PlaygroundOAuth2

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/PlaygroundOAuth2Config.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/PlaygroundOAuth2Config.tsx#L30)

The stored shape, as `settings.playgroundOAuth2` holds it.

## Properties

| Property | Type |
|---|---|
| `clientId` | `string` |
| `authorizationUrl` | `string` |
| `tokenUrl` | `string` |
| `openIdConnectUrl` | `string` |
| `scopes` | `Record<string, string>` |
