SignInManager<TUser>.RefreshSignInAsync(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.
Signs in the specified user
, whilst preserving the existing
AuthenticationProperties of the current signed-in user like rememberMe, as an asynchronous operation.
public:
virtual System::Threading::Tasks::Task ^ RefreshSignInAsync(TUser user);
public virtual System.Threading.Tasks.Task RefreshSignInAsync (TUser user);
abstract member RefreshSignInAsync : 'User -> System.Threading.Tasks.Task
override this.RefreshSignInAsync : 'User -> System.Threading.Tasks.Task
Public Overridable Function RefreshSignInAsync (user As TUser) As Task
Parameters
- user
- TUser
The user to sign-in.
Returns
The task object representing the asynchronous operation.