Package com.google.api.client.extensions.appengine.auth.helpers

Implementation of the auth object interface to obtain and manage OAuth2 credentials using an assertion flow that will identify an App Engine application as itself to the auth server.

See:
          Description

Class Summary
AccessAppResource Subclass of AccessProtectedResource that handles the different logic required to obtain a new access token using an assertion grant when the existing one expires.
AppAssertionCredential Implementation of credentials that is used to communicate with resources managed on behalf of an App Engine application.
AppAssertionFlow Class which will allow us to create or load instances of AppAssertionCredential.
 

Package com.google.api.client.extensions.appengine.auth.helpers Description

Implementation of the auth object interface to obtain and manage OAuth2 credentials using an assertion flow that will identify an App Engine application as itself to the auth server.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.6
Author:
moshenko@google.com (Jacob Moshenko)


Copyright © 2011 Google. All Rights Reserved.