# DiscoveryDocument

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

The subset of a `.well-known/openid-configuration` we act on.

## Properties

| Property | Type |
|---|---|
| `authorization_endpoint` | `string` |
| `token_endpoint` | `string` |
| `scopes_supported` | `string[]` |
| `grant_types_supported` | `string[]` |
| `code_challenge_methods_supported` | `string[]` |
| `response_types_supported` | `string[]` |
