|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |