ClientApplicationBase.RemoveAsync Metodo

Definizione

Overload

Nome Descrizione
RemoveAsync(IAccount)

Rimuove tutti i token nella cache per l'account specificato.

RemoveAsync(IAccount, CancellationToken)

Rimuove tutti i token nella cache per l'account specificato.

RemoveAsync(IAccount)

Rimuove tutti i token nella cache per l'account specificato.

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

Parametri

account
IAccount

Istanza dell'account da rimuovere

Valori restituiti

Implementazioni

Si applica a

RemoveAsync(IAccount, CancellationToken)

Rimuove tutti i token nella cache per l'account specificato.

public System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account, System.Threading.CancellationToken cancellationToken = default);
member this.RemoveAsync : Microsoft.Identity.Client.IAccount * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveAsync (account As IAccount, Optional cancellationToken As CancellationToken = Nothing) As Task

Parametri

account
IAccount

Istanza dell'account da rimuovere

cancellationToken
CancellationToken

Token di annullamento

Valori restituiti

Si applica a