TokenCacheCallback Delegate

Definition

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

args
TokenCacheNotificationArgs

Arguments related to the cache item impacted

Applies to