import { jwtVerify } from "https://deno.land/x/jose@v4.14.2/jwt/verify.ts";
Verifies the JWT format (to be a JWS Compact format), verifies the JWS signature, validates the JWT Claims Set.
Parameters
Key to verify the JWT with. See Algorithm Key Requirements.
Parameters
Function resolving a key to verify the JWT with. See Algorithm Key Requirements.