<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview4-GetManagedIdentityCapabilitiesAsync" />

Microsoft.Identity.Client.Cache.ILegacyCachePersistence

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