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