Uses of Class
com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
Packages that use AppIdentityService.GetAccessTokenResult
Package
Description
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.GetAccessTokenResultModifier and TypeMethodDescriptionAppIdentityService.getAccessToken
(Iterable<String> scopes) OAuth2 access token to act on behalf of the application.AppIdentityService.getAccessTokenUncached
(Iterable<String> scopes) OAuth2 access token to act on behalf of the application, uncached.