Implemented interface member:
method
ChallengeAsync
Microsoft.AspNetCore.Authentication.IAuthenticationService.ChallengeAsync(Microsoft.AspNetCore.Http.HttpContext, System.String, Microsoft.AspNetCore.Authentication.AuthenticationProperties)
2 references to ChallengeAsync
Microsoft.AspNetCore.Authentication.Test (2)
AuthenticationMetricsTest.cs (2)
140await authenticationService.ChallengeAsync(httpContext, scheme: "custom", properties: null); 166var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => authenticationService.ChallengeAsync(httpContext, scheme: "custom", properties: null));