Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / AUTHORITY_OPTIONAL_SCHEMES

Variable: AUTHORITY_OPTIONAL_SCHEMES

ts
const AUTHORITY_OPTIONAL_SCHEMES: ReadonlySet<string>;

Defined in: packages/security/src/secrets/secret-ref.ts:42

Schemes whose authority component is optional. file: and encrypted-file: accept either file:///abs/path (authority empty) or file:relative/path (opaque). vault:// accepts both an explicit server (vault://host:port/...) and an opaque form that defers to the VAULT_ADDR environment variable.

Stable