MsalSessionTokenCacheProvider.RemoveKeyAsync(String) Method

Definition

Removes a cache described by its key.

protected override System.Threading.Tasks.Task RemoveKeyAsync (string cacheKey);
override this.RemoveKeyAsync : string -> System.Threading.Tasks.Task
Protected Overrides Function RemoveKeyAsync (cacheKey As String) As Task

Parameters

cacheKey
String

Key of the token cache (user account or app ID).

Returns

A Task that completes when key removal has completed.

Applies to