live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/me-client


@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

ParameterTypeDefault value
issuerstringDEFAULT_ISSUER

Returns

Promise&lt;void>