TokenCacheNotificationArgs.HasTokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Is true when at least one non-expired access token exists in the cache.
public bool HasTokens { get; }
member this.HasTokens : bool
Public ReadOnly Property HasTokens As Boolean
Property Value
Remarks
If this flag is false in the OnAfterAccessAsync notification - the node can be deleted from the underlying storage (e.g. IDistributedCache). MSAL takes into consideration access tokens expiration when computing this flag. Use in conjunction with SuggestedCacheExpiry. If a refresh token exists in the cache, this property will always be true.