TokenCacheNotificationArgs.IsApplicationCache Property

Definition

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.

Applies to