import * as jose from "https://deno.land/x/jose@v5.2.0/jwks/remote.ts";
Functions
Returns a function that resolves a JWS JOSE Header to a public key object downloaded from a
remote endpoint returning a JSON Web Key Set, that is, for example, an OAuth 2.0 or OIDC
jwks_uri. The JSON Web Key Set is fetched when no key matches the selection process but only as
frequently as the |
Interfaces
Options for the remote JSON Web Key Set. |