Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1 KB

util_errors.JWKSMultipleMatchingKeys.md

File metadata and controls

56 lines (30 loc) · 1 KB

Class: JWKSMultipleMatchingKeys

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

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new JWKSMultipleMatchingKeys(message?)

Parameters

Name Type
message? string

Properties

code

code: string = 'ERR_JWKS_MULTIPLE_MATCHING_KEYS'

A unique error code for the particular error subclass.


message

message: string = 'multiple matching keys found in the JSON Web Key Set'

Accessors

code

Static get code(): "ERR_JWKS_MULTIPLE_MATCHING_KEYS"

A unique error code for the particular error subclass.

Returns

"ERR_JWKS_MULTIPLE_MATCHING_KEYS"