3 references to UpdateExternalAuthenticationTokensAsync
IdentitySample.Mvc (2)
Controllers\AccountController.cs (2)
173await _signInManager.UpdateExternalAuthenticationTokensAsync(info); 222await _signInManager.UpdateExternalAuthenticationTokensAsync(info);
Microsoft.AspNetCore.Identity.InMemory.Test (1)
ControllerTest.cs (1)
103IdentityResultAssert.IsSuccess(await signInManager.UpdateExternalAuthenticationTokensAsync(externalLogin));