Lines Matching refs:password_mgr
250 .. class:: AbstractBasicAuthHandler([password_mgr])
253 host and to a proxy. *password_mgr*, if given, should be something that is
259 .. class:: HTTPBasicAuthHandler([password_mgr])
261 Handle authentication with the remote host. *password_mgr*, if given, should be
267 .. class:: ProxyBasicAuthHandler([password_mgr])
269 Handle authentication with the proxy. *password_mgr*, if given, should be
275 .. class:: AbstractDigestAuthHandler([password_mgr])
278 host and to a proxy. *password_mgr*, if given, should be something that is
284 .. class:: HTTPDigestAuthHandler([password_mgr])
286 Handle authentication with the remote host. *password_mgr*, if given, should be
292 .. class:: ProxyDigestAuthHandler([password_mgr])
294 Handle authentication with the proxy. *password_mgr*, if given, should be