Share via


MsalError.CombinedUserAppCacheNotSupported Field

Definition

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 

Field Value

Applies to