com.google.appengine.tools.cloudstorage.oauth
Interface AccessTokenProvider
-
public interface AccessTokenProvider
Interface for users to implement for providing an access token to be used when authenticating with Google Cloud storage.
-
-
Field Summary
Fields Modifier and Type Field and Description static String
SYSTEM_PROPERTY_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult
getNewAccessToken(List<String> scopes)
Creates a fresh access token.
-
-
-
Field Detail
-
SYSTEM_PROPERTY_NAME
static final String SYSTEM_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Copyright © 2016 Google. All rights reserved.