-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.