<PackageReference Include="Microsoft.Identity.Client" Version="4.86.1-azure-arc-preview" />

Microsoft.Identity.Client.Cache.ILegacyCachePersistence

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