tokenExpired constant

JwtExpressException const tokenExpired

Token Expired time reached exception

Implementation

static const JwtExpressException tokenExpired =
    const JwtExpressException('JWT token expired!');