Microsoft.Identity.Client.PlatformsCommon.Shared.InMemoryLegacyCachePersistance
namespace Microsoft.Identity.Client.PlatformsCommon.Shared
{
internal class InMemoryLegacyCachePersistance : ILegacyCachePersistence
{
public byte[] ();
public void (byte[] serializedCache);
public InMemoryLegacyCachePersistance();
}
}