Microsoft.Identity.Web.TokenCacheProviders.Distributed Namespace

Classes

DistributedTokenCacheAdapterExtension

Extension class used to add distributed token cache serializer to MSAL. See https://aka.ms/ms-id-web/token-cache-serialization for details.

MsalDistributedTokenCacheAdapter

An implementation of the token cache for both Confidential and Public clients backed by a Distributed Cache. The Distributed Cache (L2), by default creates a Memory Cache (L1), for faster look up, resulting in a two level cache.

MsalDistributedTokenCacheAdapterOptions

Options for the MSAL token cache serialization adapter, which delegates the serialization to the IDistributedCache implementations available with .NET Core.