Module

x/jose/index.ts>GetKeyFunction

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
interface GetKeyFunction
implements GenericGetKeyFunction<IProtectedHeader, IToken, KeyLike | Uint8Array>
import { type GetKeyFunction } from "https://dotland.deno.dev/x/jose@v5.9.2/index.ts";

Generic Interface for consuming operations dynamic key resolution.

Type Parameters

IProtectedHeader
IToken