# OAuth2FlowDefinition

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

## Properties

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