ITokenCache.SetBeforeWrite(TokenCacheCallback) Method
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.
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) If you need async/task-based callbacks, please use SetBeforeWriteAsync instead.
public void SetBeforeWrite (Microsoft.Identity.Client.TokenCacheCallback beforeWrite);
abstract member SetBeforeWrite : Microsoft.Identity.Client.TokenCacheCallback -> unit
Public Sub SetBeforeWrite (beforeWrite As TokenCacheCallback)
Parameters
- beforeWrite
- TokenCacheCallback
Delegate set in order to prepare the cache serialization