The JWK to add to the set.
The IRI where the key set should be looked up.
Optional
options: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }Optional
fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>Promise resolving to a JWKS where the given key has been added.
Fetch a JWKS at a given IRI, and add the given JWK to the obtained key set.