Microsoft.Identity.Client.Cache.CacheLevel
Identifies the type of cache that the token was read from.
namespace Microsoft.Identity.Client.Cache
{
public enum CacheLevel
{
None,
Unknown,
L1Cache,
L2Cache
}
}