Package com.google.appengine.api.oauth
Interface IOAuthServiceFactory
public interface IOAuthServiceFactory
Creates an OAuthService.
-
Method Summary
Modifier and TypeMethodDescriptionCreates an implementation of the OAuthService.
-
Method Details
-
getOAuthService
OAuthService getOAuthService()Creates an implementation of the OAuthService.
-