TokenCacheCallback 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.
Notification for certain token cache interactions during token acquisition. This delegate is used in particular to provide a custom token cache serialization. See https://aka.ms/aka.ms/msal-net-token-cache-serialization
public delegate void TokenCacheCallback(TokenCacheNotificationArgs args);
type TokenCacheCallback = delegate of TokenCacheNotificationArgs -> unit
Public Delegate Sub TokenCacheCallback(args As TokenCacheNotificationArgs)
Parameters
Arguments related to the cache item impacted