8 references to OpenIdConnectChallengeProperties
Microsoft.AspNetCore.Authentication.Test (7)
OAuthChallengePropertiesTest.cs (4)
46var properties = new OpenIdConnectChallengeProperties() 56var properties = new OpenIdConnectChallengeProperties(); 67var properties = new OpenIdConnectChallengeProperties() 78var properties = new OpenIdConnectChallengeProperties();
OpenIdConnect\OpenIdConnectChallengeTests.cs (3)
546var properties = new OpenIdConnectChallengeProperties() 594var properties = new OpenIdConnectChallengeProperties(); 640var properties = new OpenIdConnectChallengeProperties()
OpenIdConnectSample (1)
Startup.cs (1)
298await context.ChallengeAsync(OpenIdConnectDefaults.AuthenticationScheme, new OpenIdConnectChallengeProperties()