We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32993ca commit c502731Copy full SHA for c502731
src/jwks/local.ts
@@ -57,8 +57,7 @@ function clone<T>(obj: T): T {
57
return JSON.parse(JSON.stringify(obj))
58
}
59
60
-/** @private */
61
-export class LocalJWKSet<KeyLikeType extends KeyLike = KeyLike> {
+class LocalJWKSet<KeyLikeType extends KeyLike = KeyLike> {
62
private _jwks?: JSONWebKeySet
63
64
private _cached: WeakMap<JWK, Cache<KeyLikeType>> = new WeakMap()
0 commit comments