TokenCacheRefreshArgs Class
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.
Args sent to TokenCache OnBefore and OnAfter events.
public class TokenCacheRefreshArgs
type TokenCacheRefreshArgs = class
Public Class TokenCacheRefreshArgs
- Inheritance
-
TokenCacheRefreshArgs
Properties
IsCaeEnabled |
Whether or not the cache is enabled for CAE. Note that this value should be used as an indicator for how the cache will be partitioned.
Token cache refresh events with this value set to |
SuggestedCacheKey |
A suggested token cache key, which can be used with general purpose storage mechanisms that allow storing key-value pairs and key based retrieval. Useful in applications that store one token cache per user, the recommended pattern for web apps. The value is:
|