Implemented interface member:
method
AuthenticateAsync
Microsoft.AspNetCore.Authentication.IAuthenticationService.AuthenticateAsync(Microsoft.AspNetCore.Http.HttpContext, System.String)
4 references to AuthenticateAsync
Microsoft.AspNetCore.Authentication.Test (4)
AuthenticationMetricsTest.cs (4)
30await authenticationService.AuthenticateAsync(httpContext, scheme: "custom"); 58await authenticationService.AuthenticateAsync(httpContext, scheme: "custom"); 86await authenticationService.AuthenticateAsync(httpContext, scheme: "custom"); 114var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => authenticationService.AuthenticateAsync(httpContext, scheme: "custom"));