I am wondering if there is a way to authenticate with already existing token instead of getting the token again...
.credentials(username, credential) <-- this is what I am trying to avoid but instead doing something like
.token(token) <- but this method doesn't exist for the ContextBuilder class