Commit 6e8be70
force_refresh not being passed to _acquire_token_silent_from_cache .... (#113)
* force_refresh not being passed to _acquire_token_silent_from_cache_and_possibly_refresh_it
acquire_token_silent is receiving force_refresh but it's not passing to the next function: _acquire_token_silent_from_cache_and_possibly_refresh_it. This update just adds that argument when calling the latter.
* force_refresh is specified on acquire_token_silent
As requested, the call to self._acquire_token_silent_from_cache_and_possibly_refresh_it now specifies force_refresh=force_refresh, similar to line 425.1 parent 25c042c commit 6e8be70
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
0 commit comments