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 7db6c2c commit d359f8bCopy full SHA for d359f8b
msal/token_cache.py
@@ -21,6 +21,7 @@ def _get_username(id_token_claims):
21
id_token_claims.get("upn")) # ADFS 2019
22
23
class TokenCache(object):
24
+ # TODO: Make it pickleable? Reference https://github.com/Azure/azure-sdk-for-python/pull/36404/files
25
"""This is considered as a base class containing minimal cache behavior.
26
27
Although it maintains tokens using unified schema across all MSAL libraries,
0 commit comments