jose/docs/classes/_util_errors_.jwksnomatchingkey.md
Filip Skokan 357fe0b964 feat: Revised API, No dependencies, Browser Support, Promises
BREAKING CHANGE: Revised, Promise-based API
BREAKING CHANGE: No dependencies
BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/))
BREAKING CHANGE: Support for verification using a remote JWKS endpoint
BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
2020-11-14 18:26:46 +01:00

1.5 KiB

Class: JWKSNoMatchingKey

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

Index

Constructors

Properties

Constructors

constructor

+ new JWKSNoMatchingKey(message?: string): JWKSNoMatchingKey

Defined in src/util/errors.ts:11

Parameters:

Name Type
message? string

Returns: JWKSNoMatchingKey

Properties

code

code: string = "ERR_JWKS_NO_MATCHING_KEY"

Overrides JOSEError.code

Defined in src/util/errors.ts:108


message

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

Overrides JOSEError.message

Defined in src/util/errors.ts:110


name

name: string

Defined in node_modules/typescript/lib/lib.es5.d.ts:973


stack

Optional stack: string

Defined in node_modules/typescript/lib/lib.es5.d.ts:975