Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
At the moment once obtained the access token there is not help from the library to request a resource using the token. E,g, the client demo does manually
URL url = new URL(
oauthParams.getResourceUrl() + "?" + tokenName + "=" + oauthParams.getAccessToken());
It would be nice to extend the client in order to accommodate the 3 kind of bearer requests as for spec [0]