Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / parseSecretRef

Function: parseSecretRef()

ts
function parseSecretRef(uri): ParsedSecretRef;

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

Strict RFC 3986-subset parser for SecretRef URIs. Rejects every input that does not conform to the grammar declared in the architecture spec; never silently falls back to a default scheme.

Parameters

ParameterType
uristring

Returns

ParsedSecretRef

Stable