Package com.google.api.client.extensions.servlet.auth.oauth2

OAuth 2.0 utilities that help simplify the authorization flow in HTTP servlets.

See:
          Description

Class Summary
AbstractAuthorizationCodeCallbackServlet Thread-safe OAuth 2.0 authorization code callback servlet to process the authorization code or error response from authorization page redirect.
AbstractAuthorizationCodeServlet Thread-safe OAuth 2.0 authorization code flow HTTP servlet that manages and persists end-user credentials.
 

Package com.google.api.client.extensions.servlet.auth.oauth2 Description

OAuth 2.0 utilities that help simplify the authorization flow in HTTP servlets.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.7
Author:
Yaniv Inbar


Copyright © 2011-2012 Google. All Rights Reserved.