Lines Matching refs:is_authenticated
332 database of ``uri -> is_authenticated`` mappings. Can be used by a
345 supported. If *passwd_mgr* also provides ``is_authenticated`` and
348 ``is_authenticated`` result for a given URI to determine whether or not to
349 send authentication credentials with the request. If ``is_authenticated``
350 returns ``True`` for the URI, credentials are sent. If ``is_authenticated``
354 ``is_authenticated`` ``True`` for the URI, so that subsequent requests to
359 Added ``is_authenticated`` support.
941 passwd, is_authenticated=False)
944 :meth:`HTTPPasswordMgr.add_password`. *is_authenticated* sets the initial
945 value of the ``is_authenticated`` flag for the given URI or list of URIs.
946 If *is_authenticated* is specified as ``True``, *realm* is ignored.
955 is_authenticated=False)
957 Update the ``is_authenticated`` flag for the given *uri* or list
961 .. method:: HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri)
963 Returns the current state of the ``is_authenticated`` flag for