PrematureJwtException
class PrematureJwtException(val header: JwtHeader, val claims: JwtPayload, message: String) : JwtException(source)
Thrown when a JWT's nbf (not-before) claim indicates the token is not yet valid.
Thrown when a JWT's nbf (not-before) claim indicates the token is not yet valid.