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 54b682b commit 5a27660Copy full SHA for 5a27660
sample/token_cache_sample.py
@@ -2,7 +2,7 @@
2
import logging
3
import json
4
5
-from msal_extensions import build_encrypted_persistence, FilePersistence
+from msal_extensions import build_encrypted_persistence, FilePersistence, PersistedTokenCache
6
7
8
def build_persistence(location, fallback_to_plaintext=False):
0 commit comments