Lines Matching refs:password_mgr
339 .. class:: AbstractBasicAuthHandler(password_mgr=None)
342 host and to a proxy. *password_mgr*, if given, should be something that is
362 .. class:: HTTPBasicAuthHandler(password_mgr=None)
364 Handle authentication with the remote host. *password_mgr*, if given, should
371 .. class:: ProxyBasicAuthHandler(password_mgr=None)
373 Handle authentication with the proxy. *password_mgr*, if given, should be
379 .. class:: AbstractDigestAuthHandler(password_mgr=None)
382 host and to a proxy. *password_mgr*, if given, should be something that is
388 .. class:: HTTPDigestAuthHandler(password_mgr=None)
390 Handle authentication with the remote host. *password_mgr*, if given, should
405 .. class:: ProxyDigestAuthHandler(password_mgr=None)
407 Handle authentication with the proxy. *password_mgr*, if given, should be