Lines Matching refs:is_authenticated
337 database of ``uri -> is_authenticated`` mappings. Can be used by a
350 supported. If *passwd_mgr* also provides ``is_authenticated`` and
353 ``is_authenticated`` result for a given URI to determine whether or not to
354 send authentication credentials with the request. If ``is_authenticated``
355 returns ``True`` for the URI, credentials are sent. If ``is_authenticated``
359 ``is_authenticated`` ``True`` for the URI, so that subsequent requests to
364 Added ``is_authenticated`` support.
946 passwd, is_authenticated=False)
949 :meth:`HTTPPasswordMgr.add_password`. *is_authenticated* sets the initial
950 value of the ``is_authenticated`` flag for the given URI or list of URIs.
951 If *is_authenticated* is specified as ``True``, *realm* is ignored.
960 is_authenticated=False)
962 Update the ``is_authenticated`` flag for the given *uri* or list
966 .. method:: HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri)
968 Returns the current state of the ``is_authenticated`` flag for