MsalSessionTokenCacheProvider.RemoveKeyAsync(String) 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.
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.