TokenCache.SetBeforeWrite(TokenCacheCallback) Method

Definition

Sets a delegate called before any library method writes to the cache. This gives an option to the delegate to reload the cache state from a row in database and lock that row. That database row can then be unlocked in the delegate registered with SetAfterAccess(TokenCacheCallback)

public void SetBeforeWrite (Microsoft.Identity.Client.TokenCacheCallback beforeWrite);
abstract member SetBeforeWrite : Microsoft.Identity.Client.TokenCacheCallback -> unit
override this.SetBeforeWrite : Microsoft.Identity.Client.TokenCacheCallback -> unit
Public Sub SetBeforeWrite (beforeWrite As TokenCacheCallback)

Parameters

beforeWrite
TokenCacheCallback

Delegate set in order to prepare the cache serialization

Implements

Applies to