You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: Be careful as the ClientSecretCredential isn't based on the httpx client but is rather using the [requests](https://requests.readthedocs.io/en/latest/) library
131
+
> **Note**: Be careful as the ClientSecretCredential isn't based on the [httpx](https://www.python-httpx.org/) client but is rather using the [requests](https://requests.readthedocs.io/en/latest/) library
132
132
underneath to make the authentication calls, so the proxies dict is a bit different for the ClientSecretCredential class as
133
-
opposed to the httpx AsyncClient. That's why we need to adapt the proxies dict before passing it to the httpx AsyncClient.
133
+
opposed to the [httpx](https://www.python-httpx.org/) AsyncClient. That's why we need to adapt the proxies dict before passing it to the [httpx](https://www.python-httpx.org/) AsyncClient.
0 commit comments