com.google.appengine.api.oauth
Interface IOAuthServiceFactory
-
public interface IOAuthServiceFactory
Creates an OAuthService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description OAuthService
getOAuthService()
Creates an implementation of the OAuthService.
-
-
-
Method Detail
-
getOAuthService
OAuthService getOAuthService()
Creates an implementation of the OAuthService.
-
-