MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isJwksNoMatchingKey

Function isJwksNoMatchingKey

apps/cloud/src/auth/jwks-cache.ts:67–68  ·  view source on GitHub ↗
(cause: unknown)

Source from the content-addressed store, hash-verified

65const isErrorWithCode = Schema.is(ErrorWithCode);
66
67const isJwksNoMatchingKey = (cause: unknown): boolean =>
68 isErrorWithCode(cause) && cause.code === JWKSNoMatchingKey.code;
69
70interface CacheEntry {
71 jwks: JSONWebKeySet;

Callers 1

getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected