import { getTrustedVerifierOf } from "https://deno.land/x/blocks@1.96.2/commons/jwt/trusted.ts";
Returns and initializes a verifier based on the given issuer.
type
(issuer: keyof trustedIssuers) => Promise<JwtVerifier | undefined>
x/blocks/commons/jwt/trusted.ts>getTrustedVerifierOf
import { getTrustedVerifierOf } from "https://deno.land/x/blocks@1.96.2/commons/jwt/trusted.ts";
Returns and initializes a verifier based on the given issuer.