com.google.appengine.api.oauth
Class OAuthServiceFactory
- java.lang.Object
-
- com.google.appengine.api.oauth.OAuthServiceFactory
-
public final class OAuthServiceFactory extends java.lang.Object
Creates an OAuthService.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static OAuthService
getOAuthService()
Creates an implementation of the OAuthService.
-
-
-
Method Detail
-
getOAuthService
public static OAuthService getOAuthService()
Creates an implementation of the OAuthService.
-
-