Deserializes JSON to in-memory cache. JSON should be in MSAL cache schema format
blob formatted cache
Returns the signed in account matching homeAccountId. (the account object is created at the time of successful login) or null when no matching account is found
unique identifier for an account (uid.utid)
Returns the signed in account matching localAccountId. (the account object is created at the time of successful login) or null when no matching account is found
unique identifier of an account (sub/obj when homeAccountId cannot be populated)
API that retrieves all accounts currently in cache to the user
Fetches the cache key-value map
Set to true if cache state has changed since last time serialize or writeToPersistence was called
API to remove a specific account and the relevant data from cache
AccountInfo passed by the user
Serializes in memory cache to JSON
Generated using TypeDoc
In-memory token cache manager