Skip to main content
Latest
class jose.errors.JWKSTimeout
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { JWKSTimeout } = jose.errors;

Timeout was reached when retrieving the JWKS response.

Properties

code: string
message: string

Static Properties

readonly
code: "ERR_JWKS_TIMEOUT"