@Beta
Package com.google.api.client.extensions.auth.helpers
Beta
Auth object framework that will provide an interface to create easy to use, object-oriented methods to obtain and manage auth credentials.
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
-
Interface Summary Interface Description Credential Beta
Implementations of this class will have all of the information necessary to create and install the necessary handlers on anHttpTransport
object to allow for a streamlined auth experience.ThreeLeggedFlow Beta
Interface for auth flows that require a user authorization step through a web browser to obtain an authorization code.