payloadNotJson constant

JwtException const payloadNotJson

Invalid token exception

Implementation

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