<PackageReference Include="Microsoft.Identity.Client" Version="4.83.0-preview-1" />

Microsoft.Identity.Client.Cache.Keys.IiOSKey

interface IiOSKey
namespace Microsoft.Identity.Client.Cache.Keys { internal interface IiOSKey { string iOSAccount { get; } string iOSGeneric { get; } string iOSService { get; } int iOSType { get; } } }