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