HomeSort by relevance Sort by last modified time
    Searched full:get_user_by_auth_password (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
auth.py 135 def get_user_by_auth_password(self, auth_id, password, silent=False): member in class:AuthStore
278 return self.get_user_by_auth_password(auth_id, password, silent=silent)

Completed in 349 milliseconds