15 references to RefreshSignInAsync
Microsoft.AspNetCore.Identity.Test (3)
SignInManagerTest.cs (3)
851await signInManager.Object.RefreshSignInAsync(user); 887await signInManager.Object.RefreshSignInAsync(user); 924await signInManager.Object.RefreshSignInAsync(user);
Microsoft.AspNetCore.Identity.UI (12)
Areas\Identity\Pages\V4\Account\ConfirmEmailChange.cshtml.cs (1)
75await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
136await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
122await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (1)
128await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
77await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V4\Account\Manage\SetPassword.cshtml.cs (1)
124await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V5\Account\ConfirmEmailChange.cshtml.cs (1)
75await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (1)
136await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
122await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (1)
128await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (1)
77await _signInManager.RefreshSignInAsync(user);
Areas\Identity\Pages\V5\Account\Manage\SetPassword.cshtml.cs (1)
124await _signInManager.RefreshSignInAsync(user);