com.google.appengine.api.appidentity
Class AppIdentityService.GetAccessTokenResult
- java.lang.Object
-
- com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
-
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing interface:
- AppIdentityService
public static class AppIdentityService.GetAccessTokenResult extends java.lang.Object implements java.io.Serializable
GetAccessTokenResult
is returned by getAccessToken. It contains the access token and the expiration time for the token.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GetAccessTokenResult(java.lang.String accessToken, java.util.Date expirationTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getAccessToken()
java.util.Date
getExpirationTime()
-