SignInManager<TUser>.ForgetTwoFactorClientAsync 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.
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.