import { flattenedVerify } from "https://deno.land/x/jose@v4.15.0/jws/flattened/verify.ts";
Verifies the signature and format of and afterwards decodes the Flattened JWS.
Parameters
Key to verify the JWS with. See Algorithm Key Requirements.
Parameters
Function resolving a key to verify the JWS with. See Algorithm Key Requirements.