Microsoft.Identity.Client.Cache.Items.MsalRefreshTokenCacheItem
namespace Microsoft.Identity.Client.Cache.Items
{
internal class MsalRefreshTokenCacheItem : MsalCredentialCacheItemBase
{
public string FamilyId { get; set; }
public bool IsFRT { get; }
public string CacheKey { get; }
public IiOSKey iOSCacheKey { get; }
public string GetiOSService();
}
}