v2 (revision 9)



Uses of Class
com.google.api.services.oauth2.model.Tokeninfo

Packages that use Tokeninfo
com.google.api.services.oauth2   
com.google.api.services.oauth2.model   
 

Uses of Tokeninfo in com.google.api.services.oauth2
 

Methods in com.google.api.services.oauth2 that return Tokeninfo
 Tokeninfo Oauth2.Tokeninfo.execute()
          Sends the "tokeninfo" request to the Oauth2 server.
 

Method parameters in com.google.api.services.oauth2 with type arguments of type Tokeninfo
 void Oauth2.Tokeninfo.queue(BatchRequest batch, JsonBatchCallback<Tokeninfo> callback)
          Queues the "tokeninfo" request to the Oauth2 server into the given batch request.
 

Uses of Tokeninfo in com.google.api.services.oauth2.model
 

Methods in com.google.api.services.oauth2.model that return Tokeninfo
 Tokeninfo Tokeninfo.setAccessType(String accessType)
          The access type granted with this token.
 Tokeninfo Tokeninfo.setAudience(String audience)
          Who is the intended audience for this token.
 Tokeninfo Tokeninfo.setEmail(String email)
          The email address of the user.
 Tokeninfo Tokeninfo.setExpiresIn(Integer expiresIn)
          The expiry time of the token, as number of seconds left until expiry.
 Tokeninfo Tokeninfo.setIssuedTo(String issuedTo)
          To whom was the token issued to.
 Tokeninfo Tokeninfo.setScope(String scope)
          The space separated list of scopes granted to this token.
 Tokeninfo Tokeninfo.setUserId(String userId)
          The Gaia obfuscated user id.
 Tokeninfo Tokeninfo.setVerifiedEmail(Boolean verifiedEmail)
          Boolean flag which is true if the email address is verified.