class JWTVerificationError
extends JWTServiceError

Thrown for catastrophic failures during the verification process. Note: Standard validation failures (e.g., bad signature) are returned in the result object, not thrown.

Usage

import { JWTVerificationError } from ".";