SignInManager<TUser>.ForgetTwoFactorClientAsync Method

Definition

Clears the "Remember this browser flag" from the current browser, as an asynchronous operation.

public:
 virtual System::Threading::Tasks::Task ^ ForgetTwoFactorClientAsync();
public virtual System.Threading.Tasks.Task ForgetTwoFactorClientAsync ();
abstract member ForgetTwoFactorClientAsync : unit -> System.Threading.Tasks.Task
override this.ForgetTwoFactorClientAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function ForgetTwoFactorClientAsync () As Task

Returns

The task object representing the asynchronous operation.

Applies to