<PackageReference Include="Microsoft.Identity.Client" Version="4.83.1" />

Microsoft.Identity.Client.Cache.AdalTokenCacheKey

AdalTokenCacheKey can be used with Linq to access items from the TokenCache dictionary.
namespace Microsoft.Identity.Client.Cache { internal sealed class AdalTokenCacheKey : IEquatable<AdalTokenCacheKey> { public string Authority { get; } public string Resource { get; } public string ClientId { get; } public string UniqueId { get; } public string DisplayableId { get; } public TokenSubjectType TokenSubjectType { get; } public bool Equals(AdalTokenCacheKey other); } }