IClientApplicationBase.RemoveAsync(IAccount) Method

Definition

Removes all tokens in the cache for the specified account.

public System.Threading.Tasks.Task RemoveAsync (Microsoft.Identity.Client.IAccount account);
abstract member RemoveAsync : Microsoft.Identity.Client.IAccount -> System.Threading.Tasks.Task
Public Function RemoveAsync (account As IAccount) As Task

Parameters

account
IAccount

Instance of the account that needs to be removed.

Returns

Applies to