TokenCache.TokenCacheNotification Delegate
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.
Caution
Use Microsoft.Identity.Client.TokenCacheCallback instead. See https://aka.ms/msal-net-3x-cache-breaking-change
Notification for certain token cache interactions during token acquisition. This delegate is used in particular to provide a custom token cache serialization
[System.Obsolete("Use Microsoft.Identity.Client.TokenCacheCallback instead. See https://aka.ms/msal-net-3x-cache-breaking-change", true)]
public delegate void TokenCache.TokenCacheNotification(TokenCacheNotificationArgs args);
[<System.Obsolete("Use Microsoft.Identity.Client.TokenCacheCallback instead. See https://aka.ms/msal-net-3x-cache-breaking-change", true)>]
type TokenCache.TokenCacheNotification = delegate of TokenCacheNotificationArgs -> unit
Public Delegate Sub TokenCache.TokenCacheNotification(args As TokenCacheNotificationArgs)
Parameters
Arguments related to the cache item impacted
- Attributes