pankajsharma304 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Remove obsolete fields from GoogleIdToken.Payload #822

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://javadoc.google-api-java-client.googlecode.com/hg/1.15.0-rc/com/google/api
/client/googleapis/auth/oauth2/GoogleIdToken.Payload.html

https://developers.google.com/accounts/docs/OAuth2Login#obtainuserinfo

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Most of the fields inside GoogleIdToken.Payload have become obsolete and 
replaced with fields from the official spec.  The only field I see in our 
official documentation that isn't already inside IdToken.Payload is "email".  I 
only did a quick look, so please verify my statement.

Since GoogleIdToken is still @Beta we can still make breaking changes.  What we 
do in cases like this is mark it as @Beta in 1.17, and then actually remove it 
from the library in 1.18.  Eyal & Nick can help you with the exact wording.  
Good luck!

Original issue reported on code.google.com by yan...@google.com on 31 Jul 2013 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 13 Aug 2013 at 10:10

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/12911044/

Original comment by yan...@google.com on 22 Aug 2013 at 6:38

GoogleCodeExporter commented 9 years ago

Original comment by ngmic...@google.com on 23 Aug 2013 at 1:39