Skip to content

Commit d359f8b

Browse files
committed
WIP
1 parent 7db6c2c commit d359f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msal/token_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def _get_username(id_token_claims):
2121
id_token_claims.get("upn")) # ADFS 2019
2222

2323
class TokenCache(object):
24+
# TODO: Make it pickleable? Reference https://github.com/Azure/azure-sdk-for-python/pull/36404/files
2425
"""This is considered as a base class containing minimal cache behavior.
2526
2627
Although it maintains tokens using unified schema across all MSAL libraries,

0 commit comments

Comments
 (0)