Lines Matching refs:password_mgr
344 .. class:: AbstractBasicAuthHandler(password_mgr=None)
347 host and to a proxy. *password_mgr*, if given, should be something that is
367 .. class:: HTTPBasicAuthHandler(password_mgr=None)
369 Handle authentication with the remote host. *password_mgr*, if given, should
376 .. class:: ProxyBasicAuthHandler(password_mgr=None)
378 Handle authentication with the proxy. *password_mgr*, if given, should be
384 .. class:: AbstractDigestAuthHandler(password_mgr=None)
387 host and to a proxy. *password_mgr*, if given, should be something that is
393 .. class:: HTTPDigestAuthHandler(password_mgr=None)
395 Handle authentication with the remote host. *password_mgr*, if given, should
410 .. class:: ProxyDigestAuthHandler(password_mgr=None)
412 Handle authentication with the proxy. *password_mgr*, if given, should be