Uses of Package
com.google.api.client.extensions.auth.helpers
Packages that use com.google.api.client.extensions.auth.helpers
Package
Description
Beta
Auth object framework that will provide an interface to create easy to use, object-oriented methods to obtain and manage auth credentials.
Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow.
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.helpersClassDescription
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.oauthClassDescription
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.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.authClassDescription
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.Beta
Interface for auth flows that require a user authorization step through a web browser to obtain an authorization code.