Google OAuth2 API v2 (revision 32)
com.google.api.services.oauth2
Class Oauth2.Userinfo.V2.Me
java.lang.Object
com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me
- Enclosing class:
- Oauth2.Userinfo.V2
public class Oauth2.Userinfo.V2.Me
- extends Object
The "me" collection of methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Oauth2.Userinfo.V2.Me
public Oauth2.Userinfo.V2.Me()
get
public Oauth2.Userinfo.V2.Me.Get get()
throws IOException
- Create a request for the method "me.get".
This request holds the parameters needed by the the oauth2 server. After setting any optional
parameters, call the
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException