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.
2 parents 99f3b07 + 1122cb7 commit 6320055Copy full SHA for 6320055
msal/application.py
@@ -176,7 +176,12 @@ def __init__(
176
By default, an in-memory cache will be created and used.
177
:param http_client: (optional)
178
Your implementation of abstract class HttpClient <msal.oauth2cli.http.http_client>
179
- Defaults to a requests session instance
+ Defaults to a requests session instance.
180
+ Since MSAL 1.11.0, the default session would be configured
181
+ to attempt one retry on connection error.
182
+ If you are providing your own http_client,
183
+ it will be your http_client's duty to decide whether to perform retry.
184
+
185
:param verify: (optional)
186
It will be passed to the
187
`verify parameter in the underlying requests library
0 commit comments