com.google.appengine.api.users.dev
Class LocalOAuthAccessTokenServlet
- java.lang.Object
-
- HttpServlet
-
- com.google.appengine.api.users.dev.LocalOAuthAccessTokenServlet
-
public class LocalOAuthAccessTokenServlet extends HttpServlet
LocalOAuthAccessTokenServlet
is the servlet responsible for implementing the access token acquisition step of the fake OAuth authentication flow provided by the Development AppServer.
-
-
Constructor Summary
Constructors Constructor and Description LocalOAuthAccessTokenServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
doGet(HttpServletRequest req, HttpServletResponse resp)
void
doPost(HttpServletRequest req, HttpServletResponse resp)
-