Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 801 Bytes

util_errors.JWKSInvalid.md

File metadata and controls

51 lines (27 loc) · 801 Bytes

Class: JWKSInvalid

💗 Help the project

An error subclass thrown when a JWKS is invalid.

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new JWKSInvalid(message?)

Parameters

Name Type
message? string

Properties

code

code: string = 'ERR_JWKS_INVALID'

A unique error code for the particular error subclass.

Accessors

code

Static get code(): "ERR_JWKS_INVALID"

A unique error code for the particular error subclass.

Returns

"ERR_JWKS_INVALID"