1 write to DisplayName
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationScheme.cs (1)
31DisplayName = displayName;
2 references to DisplayName
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1081return schemes.Where(s => !string.IsNullOrEmpty(s.DisplayName)); 1114var providerDisplayName = (await GetExternalAuthenticationSchemesAsync()).FirstOrDefault(p => p.Name == provider)?.DisplayName