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