Searched refs:AuthStore (Results 1 – 4 of 4) sorted by relevance
11 .. autoclass:: AuthStore
210 store = auth.AuthStore(app)216 self.assertTrue(isinstance(s, auth.AuthStore))225 self.assertTrue(isinstance(s, auth.AuthStore))
78 class AuthStore(object): class565 def get_store(factory=AuthStore, key=_store_registry_key, app=None):
34 Extend AuthStore to achieve the same thing.