TokenCacheNotificationArgs.SuggestedCacheKey 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.
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:
homeAccountId
forAcquireTokenSilent
,GetAccount(homeAccountId)
,RemoveAccount
and when writing tokens on confidential client calls"{clientId}__AppTokenCache"
forAcquireTokenForClient
"{clientId}_{tenantId}_AppTokenCache"
forAcquireTokenForClient
when using a tenant specific authority- the hash of the original token for
AcquireTokenOnBehalfOf
public string SuggestedCacheKey { get; }
member this.SuggestedCacheKey : string
Public ReadOnly Property SuggestedCacheKey As String