Function: parseStoredCredentialRef()
Makaio Framework / contracts/config / parseStoredCredentialRef
Function: parseStoredCredentialRef()
Section titled “Function: 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.
Parameters
Section titled “Parameters”string & $brand<"CredentialRef">
Credential reference string
Returns
Section titled “Returns”{ configId: string; key: string; } | null
Parsed parts, or null when the ref is not a stored credential ref