Share via


MsalMemoryTokenCacheProvider.RemoveKeyAsync(String) Method

Definition

Removes a token cache identified by its key, from the serialization cache.

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

token cache key.

Returns

A Task that completes when key removal has completed.

Applies to