MsalError.CombinedUserAppCacheNotSupported Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Using combined flat storage, like a file, to store both app and user tokens is not supported. Use a partitioned token cache (for ex. distributed cache like Redis) or separate files for app and user token caches. See https://aka.ms/msal-net-token-cache-serialization .
public const string CombinedUserAppCacheNotSupported;
val mutable CombinedUserAppCacheNotSupported : string
Public Const CombinedUserAppCacheNotSupported As String