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. |
Modifier and Type | Method and Description |
---|---|
Credential |
ThreeLeggedFlow.complete(String authorizationCode)
Deprecated.
After 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 a
Credential . |
Credential |
ThreeLeggedFlow.loadCredential(javax.jdo.PersistenceManager pm)
Deprecated.
Convenience function that will load a credential based on the userId for which this flow was
instantiated.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuthHmacCredential
|
Modifier and Type | Method and Description |
---|---|
Credential |
OAuthHmacThreeLeggedFlow.complete(String authorizationCode) |
Credential |
OAuthHmacThreeLeggedFlow.loadCredential(javax.jdo.PersistenceManager pm) |
Modifier and Type | Method and Description |
---|---|
protected Credential |
AbstractFlowUserServlet.getCredential(javax.servlet.http.HttpServletRequest req)
Deprecated.
Fetch a credential associated with this request.
|
Copyright © 2011–2022 Google. All rights reserved.