UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

11 lines (10 loc) 320 B
import { JoseException } from './jose.exception'; /** * Raised when the provided JSON Web Signature is invalid. */ export declare class InvalidJsonWebSignatureException extends JoseException { /** * Returns the default Error Message of the JOSE Exception. */ protected getDefaultMessage(): string; }