JWTBuilder.generateJWSToken
        Serializes the JSON Web Token (JWS) to its compact format consisting of Base64URL-encoded parts delimited by period ('.') characters.
 This should be called in conjunction with setPayload.
      
        returns java.lang.String