interface JWTVerifyGetKey
implements GenericGetKeyFunction<JWTHeaderParameters, FlattenedJWSInput, KeyLike | JWK | Uint8Array>
import { type JWTVerifyGetKey } from "https://deno.land/x/faster@v11.7/vendor/jose/jwt/verify.ts";
Interface for JWT Verification dynamic key resolution. No token components have been verified at the time of this function call.