TokenCacheNotificationArgs.IsApplicationCache Property
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.
Indicates whether the cache change occurred in the UserTokenCache or in the AppTokenCache.
public bool IsApplicationCache { get; }
member this.IsApplicationCache : bool
Public ReadOnly Property IsApplicationCache As Boolean
Property Value
Remarks
The Application Cache is used in Client Credential grant, which is not available on all platforms. See https://aka.ms/msal-net-app-cache-serialization for details.