Uses of Interface
com.google.appengine.api.oauth.OAuthService
-
Packages that use OAuthService Package Description com.google.appengine.api.oauth Provides a method for clients to access server resources on behalf of a resource owner, as well as a process for end-users to authorize third-party access to their server resources without sharing their credentials. -
-
Uses of OAuthService in com.google.appengine.api.oauth
Methods in com.google.appengine.api.oauth that return OAuthService Modifier and Type Method Description OAuthServiceIOAuthServiceFactory. getOAuthService()Creates an implementation of the OAuthService.static OAuthServiceOAuthServiceFactory. getOAuthService()Creates an implementation of the OAuthService.
-