14 references to RefreshSignInAsync
IdentitySample.DefaultUI (1)
Areas\Identity\Pages\Account\Manage\Index.cshtml.cs (1)
107await _signInManager.RefreshSignInAsync(user);
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
630await 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);