Uses of Package
com.google.api.client.extensions.auth.helpers

Packages that use com.google.api.client.extensions.auth.helpers
com.google.api.client.extensions.auth.helpers Auth object framework that will provide an interface to create easy to use, object-oriented methods to obtain and manage auth credentials. 
com.google.api.client.extensions.auth.helpers.oauth Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow. 
com.google.api.client.extensions.auth.helpers.oauth2.draft10 Implementation of the auth object interface to obtain and manage OAuth2 credentials using the web server flow. 
com.google.api.client.extensions.servlet.auth Servlets that can be completed by users to create and complete a web server auth flow to obtain a credential. 
 

Classes in com.google.api.client.extensions.auth.helpers used by com.google.api.client.extensions.auth.helpers
Credential
          Implementations of this class will have all of the information necessary to create and install the necessary handlers on an HttpTransport object to allow for a streamlined auth experience.
 

Classes in com.google.api.client.extensions.auth.helpers used by com.google.api.client.extensions.auth.helpers.oauth
Credential
          Implementations of this class will have all of the information necessary to create and install the necessary handlers on an HttpTransport object to allow for a streamlined auth experience.
ThreeLeggedFlow
          Interface for auth flows that require a user authorization step through a web browser to obtain an authorization code.
 

Classes in com.google.api.client.extensions.auth.helpers used by com.google.api.client.extensions.auth.helpers.oauth2.draft10
Credential
          Implementations of this class will have all of the information necessary to create and install the necessary handlers on an HttpTransport object to allow for a streamlined auth experience.
ThreeLeggedFlow
          Interface for auth flows that require a user authorization step through a web browser to obtain an authorization code.
 

Classes in com.google.api.client.extensions.auth.helpers used by com.google.api.client.extensions.servlet.auth
Credential
          Implementations of this class will have all of the information necessary to create and install the necessary handlers on an HttpTransport object to allow for a streamlined auth experience.
ThreeLeggedFlow
          Interface for auth flows that require a user authorization step through a web browser to obtain an authorization code.
 



Copyright © 2011-2012 Google. All Rights Reserved.