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