payloadNotJson constant

JwtExpressException const payloadNotJson

Invalid token exception

Implementation

static const JwtExpressException payloadNotJson =
    const JwtExpressException('Invalid JWT token: Payload not JSON!');