Skip to content

Commit ad28a6a

Browse files
committed
Also documenting an info var
1 parent 8a26485 commit ad28a6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

msal/token_cache.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ class SerializableTokenCache(TokenCache):
182182
)
183183
app = ClientApplication(..., token_cache=cache)
184184
...
185+
186+
:var bool has_state_changed:
187+
Indicates whether the cache state has changed since last
188+
:func:`~serialize` or :func:`~deserialize` call.
185189
"""
186190
def add(self, event):
187191
super(SerializableTokenCache, self).add(event)

0 commit comments

Comments
 (0)