12 references to CreateAuthenticationService
Microsoft.AspNetCore.Authentication.Test (12)
AuthenticationMetricsTest.cs (12)
24var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 52var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 80var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 108var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 134var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationHandler>(), meterFactory); 160var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 185var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationHandler>(), meterFactory); 211var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 236var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationSignInHandler>(), meterFactory); 262var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 287var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationSignOutHandler>(), meterFactory); 313var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory);