# missingScopes

**Kind:** Function

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

Scopes the operation demands that the held grant does not carry.

## Signature

```ts
function missingScopes(required: string[], granted: string[]): string[]
```

## Parameters

| Name | Type |
|---|---|
| `required` | `string[]` |
| `granted` | `string[]` |

**Returns:** `string[]`
