2 references to ExternalLoginSignInAsync
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
169
var result = await _signInManager.
ExternalLoginSignInAsync
(info.LoginProvider, info.ProviderKey, isPersistent: false);
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
582
var result = await helper.
ExternalLoginSignInAsync
(loginProvider, providerKey, isPersistent);