com.google.api.client.googleapis.extensions.auth.helpers.appengine
Class GoogleAppAssertionFlow
java.lang.Object
com.google.api.client.extensions.auth.helpers.appengine.AppAssertionFlow
com.google.api.client.googleapis.extensions.auth.helpers.appengine.GoogleAppAssertionFlow
- All Implemented Interfaces:
- TwoLeggedFlow
Deprecated. (scheduled to be removed in 1.7) Use GoogleAppAssertionFlow
@Deprecated
public class GoogleAppAssertionFlow
- extends AppAssertionFlow
Specialization of AppAssertionFlow with the endpoint and audience filled in for accessing
Google APIs.
- Since:
- 1.5
- Author:
- moshenko@google.com (Jacob Moshenko)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleAppAssertionFlow
public GoogleAppAssertionFlow(String robotName,
String scope,
HttpTransport transport,
JsonFactory jsonFactory)
- Deprecated.
- Create an instance of
AppAssertionFlow that is specialized for communicating with
Google APIs.
- Parameters:
robotName - Identifier that will eventually become the primary key for the credential
object created by this flow. This is usually the application's identifier.scope - OAuth scope for which we are requesting access.transport - Instance that we will use for network communication.jsonFactory - Instance that we will use to deserialize responses from the auth server.
Copyright © 2010-2011 Google. All Rights Reserved.