in uber-core-oauth-client-adapter/src/main/java/com/uber/sdk/core/auth/OAuth2Credentials.java [275:281]
public Credential loadCredential(String userId) throws AuthException {
try {
return authorizationCodeFlow.loadCredential(userId);
} catch (IOException e) {
throw new AuthException("Unable to load credential.", e);
}
}