Searched refs:auth_dict (Results 1 – 1 of 1) sorted by relevance
101 auth_dict = {}109 auth_dict[name] = value110 return auth_dict112 def _validate_auth(self, auth_dict, password, method, uri): argument114 final_dict.update(auth_dict)128 return response == auth_dict["response"]160 auth_dict = self._create_auth_dict(163 if auth_dict["username"] in self._users:164 password = self._users[ auth_dict["username"] ]167 if not auth_dict.get("nonce") in self._nonces:[all …]