Hi
We have set up ServerAuthClientCredGrant
I have this code
BoxCCGAPIConnection api = BoxCCGAPIConnection.userConnection(clientId, clientSecret, userId);
System.out.println("-New AccessToken-" + api.getAccessToken());
System.out.println("-New RefreshToken-" + api.getRefreshToken());
The accessToekn has a value but Refresh Token is always null