2 references to DisplayName
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthExtensions.cs (1)
48=> builder.AddOAuth<TOptions, THandler>(authenticationScheme, OAuthDefaults.DisplayName, configureOptions);
Microsoft.AspNetCore.Authentication.Test (1)
OAuthTests.cs (1)
20protected override string DefaultScheme => OAuthDefaults.DisplayName;