uber / rides-java-sdk

Uber Rides Java SDK (beta)
https://developer.uber.com/docs
MIT License
104 stars 57 forks source link

Adjust RefreshAuthenticator to ignore Invalid scope #14

Closed tyvsmith closed 8 years ago

tyvsmith commented 8 years ago

The server currently returns 401's when an invalid scope is provided which results in the token being refreshed before the error is returned. We need to ignore this case in the refresh logic.

itstexter commented 8 years ago

Fixed in v0.5.1