Revision created by MOE tool push_codebase.
[gae.git] / java / src / main / com / google / appengine / api / oauth / IOAuthServiceFactory.java
blobb47c48749f90a54bf9d41f61dc4bbf5a85ea7dfe
1 // Copyright 2012 Google Inc. All rights reserved.
3 package com.google.appengine.api.oauth;
5 /**
6 * Creates an OAuthService.
8 */
9 public interface IOAuthServiceFactory {
10 /**
11 * Creates an implementation of the OAuthService.
13 OAuthService getOAuthService();