Lines Matching refs:is_authenticated
333 database of ``uri -> is_authenticated`` mappings. Can be used by a
346 supported. If *passwd_mgr* also provides ``is_authenticated`` and
349 ``is_authenticated`` result for a given URI to determine whether or not to
350 send authentication credentials with the request. If ``is_authenticated``
351 returns ``True`` for the URI, credentials are sent. If ``is_authenticated``
355 ``is_authenticated`` ``True`` for the URI, so that subsequent requests to
360 Added ``is_authenticated`` support.
922 passwd, is_authenticated=False)
925 :meth:`HTTPPasswordMgr.add_password`. *is_authenticated* sets the initial
926 value of the ``is_authenticated`` flag for the given URI or list of URIs.
927 If *is_authenticated* is specified as ``True``, *realm* is ignored.
936 is_authenticated=False)
938 Update the ``is_authenticated`` flag for the given *uri* or list
942 .. method:: HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri)
944 Returns the current state of the ``is_authenticated`` flag for