Google OAuth2 API v2 (revision 32)
com.google.api.services.oauth2
Class Oauth2.Userinfo.V2
java.lang.Object
com.google.api.services.oauth2.Oauth2.Userinfo.V2
- Enclosing class:
- Oauth2.Userinfo
public class Oauth2.Userinfo.V2
- extends Object
The "v2" collection of methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Oauth2.Userinfo.V2
public Oauth2.Userinfo.V2()
me
public Oauth2.Userinfo.V2.Me me()
- An accessor for creating requests from the Me collection.
The typical use is:
Oauth2 oauth2 = new Oauth2(...);
Oauth2.Me.List request = oauth2.me().list(parameters ...)
- Returns:
- the resource collection