jose/docs/classes/util_errors.JWKSNoMatchingKey.md
2021-10-06 16:12:59 +02:00

913 B

Class: JWKSNoMatchingKey

util/errors.JWKSNoMatchingKey

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

Table of contents

Constructors

Properties

Constructors

constructor

new JWKSNoMatchingKey(message?)

Parameters

Name Type
message? string

Properties

code

code: string

A unique error code for the particular error subclass.


message

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


code

Static code: string = 'ERR_JWKS_NO_MATCHING_KEY'

A unique error code for the particular error subclass.