IClientApplicationBase.Remove(IUser) 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.
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
Public Sub Remove (user As IUser)
Parameters
- user
- IUser
User to remove from the cache
- Attributes