Kind: Function
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
Scopes the operation demands that the held grant does not carry.
Signature
tsfunction missingScopes(required: string[], granted: string[]): string[]
Parameters
| Name | Type |
|---|---|
required | string[] |
granted | string[] |
Returns: string[]
Was this page helpful?