1 write to SocialLoginProvider
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\DefaultUIContext.cs (1)
28new DefaultUIContext(this) { SocialLoginProvider = "contoso" };
4 references to SocialLoginProvider
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Infrastructure\DefaultUIContext.cs (2)
47get => GetValue<string>(nameof(SocialLoginProvider)); 48set => SetValue(nameof(SocialLoginProvider), value);
Pages\Account\Manage\ExternalLogins.cs (2)
14if (context.SocialLoginProvider != null && context.PasswordLoginEnabled) 19if (context.SocialLoginProvider != null)