tokenNotYetAccepted constant

JwtException const tokenNotYetAccepted

Token Not Before time not yet reached exception

Implementation

static const JwtException tokenNotYetAccepted =
    const JwtException('JWT token not yet accepted!');