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