1 instantiation of ExternalLogin
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Contoso\Login.cs (1)
24return new ExternalLogin(Client, externalLogin, Context.WithSocialLoginProvider());
4 references to ExternalLogin
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Pages\Contoso\Login.cs (1)
20public async Task<ExternalLogin> SendNewUserNameAsync(string userName)
UserStories.cs (3)
74var externalLogin = await contosoLogin.SendNewUserNameAsync(userName); 87var externalLogin = await contosoLogin.SendNewUserNameAsync(userName); 100var externalLogin = await contosoLogin.SendNewUserNameAsync(userName);