1 implementation of SignOutAsync
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
37
public virtual Task
SignOutAsync
(AuthenticationProperties? properties)
1 reference to SignOutAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
215
await signOutHandler.
SignOutAsync
(properties);