Module: google.appengine.api.app_identity.app_identity_stub

App identity stub service implementation.

This service behaves the same as the production service, except using constant values instead of app-specific values:

  • Signing key is constant; in production this rotates.
  • Public key is constant; in production this varies per app.
  • Service account name is constant; in production this varies per app.

Modules

app_identity_stub_base module: Base class and constants for app identity stubs.

Classes

class AppIdentityServiceStub: A stub for the AppIdentityService API for offline development.

APP_SERVICE_ACCOUNT_NAME 'test@localhost'