ClientApplicationBase.Remove(IUser) Method

Definition

Caution

Use RemoveAccountAsync instead (See https://aka.ms/msal-net-2-released)

In MSAL 1.x removed a user from the cache. From MSAL 2.x, use RemoveAsync(IAccount) instead. See https://aka.ms/msal-net-2-released for more details.

[System.Obsolete("Use RemoveAccountAsync instead (See https://aka.ms/msal-net-2-released)", true)]
public void Remove (Microsoft.Identity.Client.IUser user);
[<System.Obsolete("Use RemoveAccountAsync instead (See https://aka.ms/msal-net-2-released)", true)>]
abstract member Remove : Microsoft.Identity.Client.IUser -> unit
override this.Remove : Microsoft.Identity.Client.IUser -> unit
Public Sub Remove (user As IUser)

Parameters

user
IUser

User to remove from the cache

Implements

Attributes

Applies to