authData = redditClient.getOAuthHelper().easyAuth(credentials);
I was getting an error related to the version of okhttp3 I was using. When I had that matching build.gradle, JRAW spat out this error on the line above. This case will be edited as I do more digging.