2 references to OAuthDefaults
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)
20
protected override string DefaultScheme =>
OAuthDefaults
.DisplayName;