# OAuth2Refusal

**Kind:** Type

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

Why a declared scheme cannot be run from a documentation page.

## Definition

```ts
| 'client-secret'
  | 'password'
  | 'no-flows'
  | 'no-authorization-url'
  | 'insecure-url'
  | 'no-pkce'
  | 'discovery-failed'
```
