class errors.JWKSInvalid
extends JOSEError
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWKSInvalid } = errors;
An error subclass thrown when a JWKS is invalid.
x/faster/vendor/jose/index.ts>errors.JWKSInvalid
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWKSInvalid } = errors;
An error subclass thrown when a JWKS is invalid.