Package oauth2client :: Module appengine :: Class SiteXsrfSecretKey
[hide private]
[frames] | no frames]

Class SiteXsrfSecretKey

source code


Storage for the sites XSRF secret key.

There will only be one instance stored of this model, the one used for the
site.  

Nested Classes [hide private]

Inherited from google.appengine.ext.db.Model: __metaclass__

Instance Methods [hide private]

Inherited from google.appengine.ext.db.Model: __init__, delete, dynamic_properties, has_key, instance_properties, is_saved, key, parent, parent_key, put, save, to_xml

Inherited from google.appengine.ext.db.Model (private): _populate_entity, _populate_internal_entity, _to_entity

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from google.appengine.ext.db.Model: all, entity_type, fields, from_entity, get, get_by_id, get_by_key_name, get_or_insert, gql, kind, properties

Inherited from google.appengine.ext.db.Model (private): _load_entity_values

Static Methods [hide private]

Inherited from google.appengine.ext.db.Model: __new__

Class Variables [hide private]
  secret = db.StringProperty()
  _all_properties = frozenset(['secret'])
  _properties = {'secret': <google.appengine.ext.db.StringProper...

Inherited from google.appengine.ext.db.Model (private): _unindexed_properties

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_properties

Value:
{'secret': <google.appengine.ext.db.StringProperty object at 0x1e8da10\
>}