HomeSort by relevance Sort by last modified time
    Searched refs:SiteXsrfSecretKey (Results 1 - 2 of 2) sorted by null

  /external/python/oauth2client/oauth2client/contrib/
appengine.py 84 class SiteXsrfSecretKey(db.Model):
109 # Load the one and only instance of SiteXsrfSecretKey.
110 model = SiteXsrfSecretKey.get_or_insert(key_name='site')
    [all...]
  /external/python/oauth2client/tests/contrib/
test_appengine.py     [all...]

Completed in 67 milliseconds