Function: isAccountManagerRef()
Makaio Framework / contracts/config / isAccountManagerRef
Function: isAccountManagerRef()
Section titled “Function: isAccountManagerRef()”isAccountManagerRef(
ref):boolean
Defined in: ../../../packages/contracts/src/config/credential-ref.ts:135
Check whether a credential ref was issued by the account-manager.
Account-manager refs bind a provider config to a specific managed account and are not resolvable to a raw credential. Callers that need to derive a source ref from the credential map should use this guard.
Parameters
Section titled “Parameters”string
Raw credential ref string
Returns
Section titled “Returns”boolean
true when the ref was issued by the account-manager