MsalAbstractTokenCacheProvider.GetSuggestedCacheKey Method
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.
Method to be overridden by concrete cache serializers to express the suggested key.
public virtual string GetSuggestedCacheKey (Microsoft.Identity.Client.TokenCacheNotificationArgs args);
abstract member GetSuggestedCacheKey : Microsoft.Identity.Client.TokenCacheNotificationArgs -> string
override this.GetSuggestedCacheKey : Microsoft.Identity.Client.TokenCacheNotificationArgs -> string
Public Overridable Function GetSuggestedCacheKey (args As TokenCacheNotificationArgs) As String
Parameters
Parameters used by MSAL call
Returns
A string that contains the cache key suggested by MSAL.NET.