jose/docs/classes/util_errors.jwksnomatchingkey.md
2021-03-15 17:21:54 +01:00

1.4 KiB

Class: JWKSNoMatchingKey

util/errors.JWKSNoMatchingKey

An error subclass thrown when no keys match from a JWKS.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

+ new JWKSNoMatchingKey(message?: string): JWKSNoMatchingKey

Parameters:

Name Type
message? string

Returns: JWKSNoMatchingKey

Inherited from: JOSEError

Defined in: util/errors.ts:11

Properties

code

code: string= 'ERR_JWKS_NO_MATCHING_KEY'

A unique error code for the particular error subclass.

Overrides: JOSEError.code

Defined in: util/errors.ts:108


message

message: string= 'no applicable key found in the JSON Web Key Set'

Overrides: void

Defined in: util/errors.ts:110