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