Package 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.

See:
          Description

Interface Summary
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.
 

Package com.google.api.client.extensions.auth.helpers Description

Auth object framework that will provide an interface to create easy to use, object-oriented methods to obtain and manage auth credentials.

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

Warning: starting with version 1.7, usage of this for OAuth 2.0 is deprecated. Instead use com.google.api.client.auth.oauth2.

Since:
1.4
Author:
moshenko@google.com (Jacob Moshenko)


Copyright © 2011-2012 Google. All Rights Reserved.