You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for stopping by to let us know something could be better!
Please be sure to include as much information as possible:
Environment details (provided even though this is more of a feature request)
OS: Windows
Java version: 8
google-oauth-java-client version: 1.30.1
Steps to reproduce (provided to explain the feature request)
AbstractOAuthGetToken instantiates an OAuthCredentialsResponse instance to consume the response from the service endpoint. However, OAuthCredentialsResponse has only 3 attributes. Some service endpoints respond with other important attributes outside of those already in OAuthCredentialsResponse.
Suggested Improvement
Make OAuthCredentialsResponse extend HashMap such that any ancillary attributes returned by the service endpoint can be retrieved from the credentials response.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for stopping by to let us know something could be better!
Please be sure to include as much information as possible:
Environment details (provided even though this is more of a feature request)
Steps to reproduce (provided to explain the feature request)
Suggested Improvement
Thanks!
The text was updated successfully, but these errors were encountered: