| Home | Trees | Indices | Help | 
|---|
|  | 
 
Store and retrieve a single credential to and from the datastore. This Storage helper presumes the Credentials have been stored as a CredenialsField on a db model class.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 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 key_value: string, key value for the entity that has the credentials property_name: string, name of the property that is an CredentialsProperty 
 | 
| 
 Retrieve Credential from datastore. Returns: oauth2client.Credentials 
 | 
| 
 
Write a Credentials to the datastore.
Args:
  credentials: Credentials, the credentials to store.
  overwrite: Boolean, indicates whether you would like these credentials to
                      overwrite any existing stored credentials.
 | 
| 
 Delete Credentials from the datastore. 
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 29 15:21:53 2014 | http://epydoc.sourceforge.net |