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