We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090270d commit 87fac90Copy full SHA for 87fac90
msal/application.py
@@ -187,7 +187,12 @@ def __init__(
187
By default, an in-memory cache will be created and used.
188
:param http_client: (optional)
189
Your implementation of abstract class HttpClient <msal.oauth2cli.http.http_client>
190
- Defaults to a requests session instance
+ Defaults to a requests session instance.
191
+ Since MSAL 1.11.0, the default session would be configured
192
+ to attempt one retry on connection error.
193
+ If you are providing your own http_client,
194
+ it will be your http_client's duty to decide whether to perform retry.
195
+
196
:param verify: (optional)
197
It will be passed to the
198
`verify parameter in the underlying requests library
0 commit comments