1 interface inheriting from IAuthenticationSignOutHandler
Microsoft.AspNetCore.Authentication.Abstractions (1)
IAuthenticationSignInHandler.cs (1)
11public interface IAuthenticationSignInHandler : IAuthenticationSignOutHandler
1 implementation of IAuthenticationSignOutHandler
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
13public abstract class SignOutAuthenticationHandler<TOptions> : AuthenticationHandler<TOptions>, IAuthenticationSignOutHandler
2 references to IAuthenticationSignOutHandler
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationService.cs (2)
210if (handler is not IAuthenticationSignOutHandler signOutHandler) 277.Where(sch => typeof(IAuthenticationSignOutHandler).IsAssignableFrom(sch.HandlerType))