public class Oauth2.Userinfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Oauth2.Userinfo.Get |
class |
Oauth2.Userinfo.V2
The "v2" collection of methods.
|
Constructor and Description |
---|
Oauth2.Userinfo() |
Modifier and Type | Method and Description |
---|---|
Oauth2.Userinfo.Get |
get()
Create a request for the method "userinfo.get".
|
Oauth2.Userinfo.V2 |
v2()
An accessor for creating requests from the V2 collection.
|
public Oauth2.Userinfo.Get get() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException
public Oauth2.Userinfo.V2 v2()
The typical use is:
Oauth2 oauth2 = new Oauth2(...);
Oauth2.V2.List request = oauth2.v2().list(parameters ...)