Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

LocalOAuthAccessTokenServlet

Stay organized with collections Save and categorize content based on your preferences.
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.
    • 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) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalOAuthAccessTokenServlet

        public LocalOAuthAccessTokenServlet()
    • Method Detail

      • doGet

        public void doGet(HttpServletRequest req,
                          HttpServletResponse resp)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • doPost

        public void doPost(HttpServletRequest req,
                           HttpServletResponse resp)
                    throws java.io.IOException
        Throws:
        java.io.IOException