import { type GenericGetKeyFunction } from "https://deno.land/x/faster@v11.7/vendor/jose/types.d.ts";
Call Signatures
(protectedHeader: IProtectedHeader, token: IToken): Promise<ReturnKeyTypes> | ReturnKeyTypes
Dynamic key resolution function. No token components have been verified at the time of this function call.
If you cannot match a key suitable for the token, throw an error instead.