MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / __setJWKSForTesting

Function __setJWKSForTesting

server/src/auth/workos-jwt.ts:65–67  ·  view source on GitHub ↗
(resolver: KeyResolver | null)

Source from the content-addressed store, hash-verified

63 * reset to the production resolver.
64 */
65export function __setJWKSForTesting(resolver: KeyResolver | null): void {
66 jwks = resolver;
67}
68
69/**
70 * Quick heuristic — does this string look like a compact JWT?

Callers 1

workos-jwt.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected