| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
OAuthHmacThreeLeggedFlow
Beta ThreeLeggedFlow implementation that will execute the proper requests to obtain an OAuth1
Credential object that can be used to sign requests. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ThreeLeggedFlow |
AbstractFlowUserServlet.newFlow(String userId)
Create a flow object which will be used to obtain credentials.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ThreeLeggedFlow> |
AbstractCallbackServlet.getConcreteFlowType() |
Copyright © 2011-2013 Google. All Rights Reserved.