jose/docs/classes/util_errors.jwksinvalid.md
2021-03-18 07:51:50 +01:00

1.1 KiB

Class: JWKSInvalid

util/errors.JWKSInvalid

An error subclass thrown when a JWKS is invalid.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

+ new JWKSInvalid(message?: string): JWKSInvalid

Parameters:

Name Type
message? string

Returns: JWKSInvalid

Inherited from: JOSEError

Defined in: util/errors.ts:11

Properties

code

code: string= 'ERR_JWKS_INVALID'

A unique error code for the particular error subclass.

Overrides: JOSEError.code

Defined in: util/errors.ts:101