Searched defs:is_authenticated (Results 1 – 5 of 5) sorted by relevance
71 bool is_authenticated = false; in check_auth() local
105 bool is_authenticated() const { in is_authenticated() function
47 unsigned int is_authenticated : 1; member
885 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument892 def update_authenticated(self, uri, is_authenticated=False): argument902 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth