MsalAbstractTokenCacheProvider.GetSuggestedCacheKey Method

Definition

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

args
TokenCacheNotificationArgs

Parameters used by MSAL call

Returns

A string that contains the cache key suggested by MSAL.NET.

Applies to