Home
last modified time | relevance | path

Searched defs:is_authenticated (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c154 is_authenticated (struct MHD_Connection *connection, in is_authenticated() function
/third_party/python/Lib/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth