import { jwtVerify } from "https://deno.land/x/fido2@3.5.3/lib/toolbox.js";
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.