|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Userinfo | |
|---|---|
| com.google.api.services.oauth2 | |
| com.google.api.services.oauth2.model | |
| Uses of Userinfo in com.google.api.services.oauth2 |
|---|
| Methods in com.google.api.services.oauth2 that return Userinfo | |
|---|---|
Userinfo |
Oauth2.Userinfo.Get.execute()
Sends the "get" request to the Oauth2 server. |
Userinfo |
Oauth2.Userinfo.V2.Me.Get.execute()
Sends the "get" request to the Oauth2 server. |
| Method parameters in com.google.api.services.oauth2 with type arguments of type Userinfo | |
|---|---|
void |
Oauth2.Userinfo.Get.queue(BatchRequest batch,
JsonBatchCallback<Userinfo> callback)
Queues the "get" request to the Oauth2 server into the given batch request. |
void |
Oauth2.Userinfo.V2.Me.Get.queue(BatchRequest batch,
JsonBatchCallback<Userinfo> callback)
Queues the "get" request to the Oauth2 server into the given batch request. |
| Uses of Userinfo in com.google.api.services.oauth2.model |
|---|
| Methods in com.google.api.services.oauth2.model that return Userinfo | |
|---|---|
Userinfo |
Userinfo.setBirthday(String birthday)
The user's birthday. |
Userinfo |
Userinfo.setEmail(String email)
The user's email address. |
Userinfo |
Userinfo.setFamilyName(String familyName)
The user's last name. |
Userinfo |
Userinfo.setGender(String gender)
The user's gender. |
Userinfo |
Userinfo.setGivenName(String givenName)
The user's first name. |
Userinfo |
Userinfo.setId(String id)
The focus obfuscated gaia id of the user. |
Userinfo |
Userinfo.setLink(String link)
URL of the profile page. |
Userinfo |
Userinfo.setLocale(String locale)
The user's default locale. |
Userinfo |
Userinfo.setName(String name)
The user's full name. |
Userinfo |
Userinfo.setPicture(String picture)
URL of the user's picture image. |
Userinfo |
Userinfo.setTimezone(String timezone)
The user's default timezone. |
Userinfo |
Userinfo.setVerifiedEmail(Boolean verifiedEmail)
Boolean flag which is true if the email address is verified. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||