Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / isLiteralAllowed

Function: isLiteralAllowed()

ts
function isLiteralAllowed(): {
  allowed: boolean;
  reasons: readonly string[];
};

Defined in: packages/security/src/secrets/resolvers/literal.ts:33

Whether the literal: scheme is currently active. Used by the factory's status reporter and by the resolver itself.

Returns

ts
{
  allowed: boolean;
  reasons: readonly string[];
}
NameTypeDefined in
allowedbooleanpackages/security/src/secrets/resolvers/literal.ts:34
reasonsreadonly string[]packages/security/src/secrets/resolvers/literal.ts:35

Stable