@orangecheck/me-client / refreshEnvelopeJwks
Function: refreshEnvelopeJwks()
function refreshEnvelopeJwks(issuer?: string): Promise<void>;
Defined in: me-client/src/identity.ts:354
Force-refresh the envelope-JWKS cache · useful after a key rotation if you don't want to wait for the TTL to expire.
Parameters
| Parameter | Type | Default value |
|---|---|---|
issuer | string | DEFAULT_ISSUER |
Returns
Promise<void>