Google OAuth2 API v1 (revision 39)



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

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

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.setEmailVerified(Boolean emailVerified)
          Boolean flag which is true if the email address is verified.
 Tokeninfo Tokeninfo.setExpiresIn(Integer expiresIn)
          The expiry time of the token, as number of seconds left until expiry.
 Tokeninfo Tokeninfo.setIssuedAt(Integer issuedAt)
          The issue time of the token, as number of seconds.
 Tokeninfo Tokeninfo.setIssuedTo(String issuedTo)
          To whom was the token issued to.
 Tokeninfo Tokeninfo.setIssuer(String issuer)
          Who issued the token.
 Tokeninfo Tokeninfo.setNonce(String nonce)
          Nonce of the id token.
 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.