Microsoft.Identity.Client.Cache.Keys.IosKey
namespace Microsoft.Identity.Client.Cache.Keys
{
internal struct IosKey : IiOSKey
{
public string iOSAccount { get; }
public string iOSGeneric { get; }
public string iOSService { get; }
public int iOSType { get; }
}
}