次の方法で共有


IClientApplicationBase.RemoveAsync(IAccount) Method

Definition

Overloads

RemoveAsync(IAccount)

Removes all tokens in the cache for the specified account.

RemoveAsync(IAccount)

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