MsalAbstractTokenCacheProvider.ClearAsync(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.
Clear the cache.
public System.Threading.Tasks.Task ClearAsync (string homeAccountId);
abstract member ClearAsync : string -> System.Threading.Tasks.Task
override this.ClearAsync : string -> System.Threading.Tasks.Task
Public Function ClearAsync (homeAccountId As String) As Task
Parameters
- homeAccountId
- String
HomeAccountId for a user account in the cache.
Returns
A Task that represents a completed clear operation.