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 31bc31e commit adcb637Copy full SHA for adcb637
msal/token_cache.py
@@ -231,5 +231,5 @@ def serialize(self):
231
"""Serialize the current cache state into a string."""
232
with self._lock:
233
self.has_state_changed = False
234
- return json.dumps(self._cache)
+ return json.dumps(self._cache, indent=4)
235
0 commit comments