Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / TokenEnvironment
Type Alias: TokenEnvironment
ts
type TokenEnvironment = "live" | "test" | "local";Defined in: packages/security/src/auth/token-format.ts:64
Set of accepted environment labels. The library keeps a small, fixed set so deployments can rely on the label being a stable routing signal. Operators can extend this by passing a custom acceptEnvironments allowlist into parseToken(...).