UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

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