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 8a26485 commit ad28a6aCopy full SHA for ad28a6a
msal/token_cache.py
@@ -182,6 +182,10 @@ class SerializableTokenCache(TokenCache):
182
)
183
app = ClientApplication(..., token_cache=cache)
184
...
185
+
186
+ :var bool has_state_changed:
187
+ Indicates whether the cache state has changed since last
188
+ :func:`~serialize` or :func:`~deserialize` call.
189
"""
190
def add(self, event):
191
super(SerializableTokenCache, self).add(event)
0 commit comments