5 references to SignInAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
1257await SignInAsync(user, isPersistent, loginProvider);
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
216await _signInManager.SignInAsync(user, isPersistent: false, info.LoginProvider);
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
156await _signInManager.SignInAsync(user, isPersistent: false);
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
216await _signInManager.SignInAsync(user, isPersistent: false, info.LoginProvider);
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
156await _signInManager.SignInAsync(user, isPersistent: false);