MSAL Python 1.23.0
Improvements:
acquire_token_for_client()
will automatically look up tokens from cache (#577). (But all otheracquire_token_...()
methods still require an explicitacquire_token_silent()
in order to utilize token cache.)
Improvements:
acquire_token_for_client()
will automatically look up tokens from cache (#577). (But all other acquire_token_...()
methods still require an explicit acquire_token_silent()
in order to utilize token cache.)