Trees | Indices | Help |
---|
|
Store and retrieve a single credential to and from the App Engine datastore. This Storage helper presumes the Credentials have been stored as a CredenialsProperty on a datastore model class, and that entities are stored by key_name.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Constructor for Storage. Args: model: db.Model, model class key_name: string, key name for the entity that has the credentials property_name: string, name of the property that is a CredentialsProperty cache: memcache, a write-through cache to put in front of the datastore
|
Retrieve Credential from datastore. Returns: oauth2client.Credentials
|
Write a Credentials to the datastore. Args: credentials: Credentials, the credentials to store.
|
Delete Credential from datastore.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Aug 3 07:38:28 2012 | http://epydoc.sourceforge.net |