jose/docs/classes/util_errors.JWKSInvalid.md
2021-08-20 22:40:04 +02:00

1.4 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?)

Parameters

Name Type
message? string

Inherited from

JOSEError.constructor

Defined in

util/errors.ts:16

Properties

code

code: string

A unique error code for the particular error subclass.

Overrides

JOSEError.code

Defined in

util/errors.ts:122


code

Static code: string = 'ERR_JWKS_INVALID'

A unique error code for the particular error subclass.

Overrides

JOSEError.code

Defined in

util/errors.ts:120