Skip to content

Commit 5a27660

Browse files
authored
Update token_cache_sample.py (#144)
1 parent 54b682b commit 5a27660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/token_cache_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import json
44

5-
from msal_extensions import build_encrypted_persistence, FilePersistence
5+
from msal_extensions import build_encrypted_persistence, FilePersistence, PersistedTokenCache
66

77

88
def build_persistence(location, fallback_to_plaintext=False):

0 commit comments

Comments
 (0)