<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="8.14.0" />

Microsoft.IdentityModel.Protocols.Configuration.LastKnownGoodConfigurationCacheOptions

public class LastKnownGoodConfigurationCacheOptions : LKGConfigurationCacheOptions
Specifies the LastKnownGoodConfigurationCacheOptions which can be used to configure the internal LKG configuration cache. See EventBasedLRUCache<T, U> for more details. All fields/properties are now defined in the Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions class so they are more accessible from other assemblies/classes.
namespace Microsoft.IdentityModel.Protocols.Configuration { public class LastKnownGoodConfigurationCacheOptions { public static readonly int DefaultLastKnownGoodConfigurationSizeLimit; public LastKnownGoodConfigurationCacheOptions(); } }