import * as jose from "https://deno.land/x/jose@v5.9.6/util/errors.ts";
Classes
An error subclass thrown when a JOSE Algorithm is not allowed per developer preference. | |
A generic Error that all other JOSE specific Error subclasses extend. | |
An error subclass thrown when a particular feature or algorithm is not supported by this implementation or JOSE in general. | |
An error subclass thrown when a JWE ciphertext decryption fails. | |
An error subclass thrown when a JWE is invalid. | |
An error subclass thrown when a JWK is invalid. | |
An error subclass thrown when a JWKS is invalid. | |
An error subclass thrown when multiple keys match from a JWKS. | |
An error subclass thrown when no keys match from a JWKS. | |
Timeout was reached when retrieving the JWKS response. | |
An error subclass thrown when a JWS is invalid. | |
An error subclass thrown when JWS signature verification fails. | |
An error subclass thrown when a JWT Claim Set member validation fails. | |
An error subclass thrown when a JWT is expired. | |
An error subclass thrown when a JWT is invalid. |