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

Class SiteXsrfSecretKeyNDB

source code


NDB Model for storage for the sites XSRF secret key.

Since this model uses the same kind as SiteXsrfSecretKey, it can be used
interchangeably. This simply provides an NDB model for interacting with the
same data the DB model interacts with.

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

Class Methods [hide private]
 
_get_kind(cls)
Return the kind name for this class.
source code
Class Variables [hide private]
  secret = ndb.StringProperty()