IClientApplicationBase.RemoveAsync(IAccount) 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 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.