Uses of Class
com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
-
Packages that use AppIdentityService.GetAccessTokenResult Package Description com.google.appengine.api.appidentity Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key. -
-
Uses of AppIdentityService.GetAccessTokenResult in com.google.appengine.api.appidentity
Methods in com.google.appengine.api.appidentity that return AppIdentityService.GetAccessTokenResult Modifier and Type Method Description AppIdentityService.GetAccessTokenResult
AppIdentityService. getAccessToken(Iterable<String> scopes)
OAuth2 access token to act on behalf of the application.AppIdentityService.GetAccessTokenResult
AppIdentityService. getAccessTokenUncached(Iterable<String> scopes)
OAuth2 access token to act on behalf of the application, uncached.
-