Uses of Package
com.google.api.client.extensions.auth.helpers
-
Packages that use com.google.api.client.extensions.auth.helpers Package Description 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.com.google.api.client.extensions.auth.helpers.oauth Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow.com.google.api.client.extensions.servlet.auth Beta
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 Class 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. -
Classes in com.google.api.client.extensions.auth.helpers used by com.google.api.client.extensions.auth.helpers.oauth Class 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. -
Classes in com.google.api.client.extensions.auth.helpers used by com.google.api.client.extensions.servlet.auth Class 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.