Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ def get_client_assertion():
to attempt one retry on connection error.
If you are providing your own http_client,
it will be your http_client's duty to decide whether to perform retry.
The ``verify``, ``proxies`` and ``timeout`` parameters below configure
only the default session; when you pass your own http_client,
set those on it yourself.

:param verify: (optional)
It will be passed to the
Expand Down