Searched refs:auth_dict (Results 1 – 1 of 1) sorted by relevance
114 auth_dict = {}122 auth_dict[name] = value123 return auth_dict125 def _validate_auth(self, auth_dict, password, method, uri): argument127 final_dict.update(auth_dict)141 return response == auth_dict["response"]173 auth_dict = self._create_auth_dict(176 if auth_dict["username"] in self._users:177 password = self._users[ auth_dict["username"] ]180 if not auth_dict.get("nonce") in self._nonces:[all …]