import { compactVerify } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Verifies the signature and format of and afterwards decodes the Compact JWS.
This function is exported (as a named export) from the main 'jose'
module entry point as well
as from its subpath export 'jose/jws/compact/verify'
.
Returns
Promise<CompactVerifyResult>
Parameters
getKey: CompactVerifyGetKey
Function resolving a key to verify the JWS with. See Algorithm Key Requirements.
Returns
Promise<CompactVerifyResult & ResolvedKey<KeyLikeType>>