SignInManager<TUser>.RememberTwoFactorClientAsync(TUser) 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.
Sets a flag on the browser to indicate the user has selected "Remember this browser" for two factor authentication purposes, as an asynchronous operation.
public:
virtual System::Threading::Tasks::Task ^ RememberTwoFactorClientAsync(TUser user);
public virtual System.Threading.Tasks.Task RememberTwoFactorClientAsync (TUser user);
abstract member RememberTwoFactorClientAsync : 'User -> System.Threading.Tasks.Task
override this.RememberTwoFactorClientAsync : 'User -> System.Threading.Tasks.Task
Public Overridable Function RememberTwoFactorClientAsync (user As TUser) As Task
Parameters
- user
- TUser
The user who choose "remember this browser".
Returns
The task object representing the asynchronous operation.