<PackageReference Include="Microsoft.Identity.Client" Version="4.82.0" />

Microsoft.Identity.Client.Cache.ILegacyCachePersistence

namespace Microsoft.Identity.Client.Cache { internal interface ILegacyCachePersistence { byte[] LoadCache(); void WriteCache(byte[] serializedCache); } }