Module: google.appengine.api.app_identity.app_identity_keybased_stub

App identity stub service implementation.

This service behaves the same as the production service, except using a private key specified when starting dev_appserver.py.

Classes

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

Functions

BitStringToByteString(...): Convert a pyasn1.type.univ.BitString object to a string of bytes.