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