oc · docs
docs / documentation

@orangecheck/auth-core


@orangecheck/auth-core / _resetJwksCachesForTests

Function: _resetJwksCachesForTests()

function _resetJwksCachesForTests(): void;

Defined in: index.ts:770

Clear the module-level JWKS caches. Test-only — the caches are process-wide by design (that is the point of them), which makes any test that touches verification order-dependent without a reset.

Returns

void