Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / SCOPE_CATALOGUE

Variable: SCOPE_CATALOGUE

ts
const SCOPE_CATALOGUE: ReadonlyArray<string>;

Defined in: packages/security/src/auth/scope.ts:149

Canonical catalogue of scopes recognised by the framework. Wider deployments are free to introduce additional scope strings; the catalogue exists so middleware authors can reference a single source of truth and so the CLI can enumerate the well-known scopes for tab-completion.

Stable