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)
293
await authenticationService.
SignOutAsync
(httpContext, scheme: "custom", properties: null);
319
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => authenticationService.
SignOutAsync
(httpContext, scheme: "custom", properties: null));