Skip to content

Function: parseStoredCredentialRef()

Makaio Framework


Makaio Framework / contracts/config / parseStoredCredentialRef

parseStoredCredentialRef(ref): { configId: string; key: string; } | null

Defined in: ../../../packages/contracts/src/config/credential-ref.ts:180

Parse a stored credential reference into its parts.

string & $brand<"CredentialRef">

Credential reference string

{ configId: string; key: string; } | null

Parsed parts, or null when the ref is not a stored credential ref