Table of Contents

Enum CacheLevel

Namespace
Microsoft.Identity.Client.Cache
Assembly
Microsoft.Identity.Client.dll

Identifies the type of cache that the token was read from.

public enum CacheLevel

Fields

L1Cache = 2

Indicates that the token was read from the L1 cache.

L2Cache = 3

Indicates that the token was read from the L2 cache.

None = 0

Indicates that the token was retrieved from the identity provider.

Unknown = 1

Indicates that the cache level used is unknown. Token was retrieved from cache but the token cache implementation didn't specify which cache level was used.

Remarks

Token cache serialization implementations must provide this value.