1 write to _signInManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
80_signInManager = signInManager;
4 references to _signInManager
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (4)
93OtherLogins = (await _signInManager.GetExternalAuthenticationSchemesAsync()) 122await _signInManager.RefreshSignInAsync(user); 134var properties = _signInManager.ConfigureExternalAuthenticationProperties(provider, redirectUrl, _userManager.GetUserId(User)); 147var info = await _signInManager.GetExternalLoginInfoAsync(userId);