Uses of Interface
com.google.api.client.extensions.auth.helpers.Credential
Packages that use Credential
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.
-
Uses of Credential in com.google.api.client.extensions.auth.helpers
Methods in com.google.api.client.extensions.auth.helpers that return CredentialModifier and TypeMethodDescriptionAfter the user has authorized the request, the token or code obtained should be passed to this complete function to allow us to exchange the code with the authentication server for aCredential
.ThreeLeggedFlow.loadCredential
(javax.jdo.PersistenceManager pm) Convenience function that will load a credential based on the userId for which this flow was instantiated. -
Uses of Credential in com.google.api.client.extensions.auth.helpers.oauth
Classes in com.google.api.client.extensions.auth.helpers.oauth that implement CredentialModifier and TypeClassDescriptionfinal class
Methods in com.google.api.client.extensions.auth.helpers.oauth that return CredentialModifier and TypeMethodDescriptionOAuthHmacThreeLeggedFlow.loadCredential
(javax.jdo.PersistenceManager pm) -
Uses of Credential in com.google.api.client.extensions.servlet.auth
Methods in com.google.api.client.extensions.servlet.auth that return CredentialModifier and TypeMethodDescriptionprotected Credential
AbstractFlowUserServlet.getCredential
(javax.servlet.http.HttpServletRequest req) Fetch a credential associated with this request.