1 implementation of IAuthenticationSignInHandler
Microsoft.AspNetCore.Authentication (1)
SignInAuthenticationHandler.cs (1)
14
public abstract class SignInAuthenticationHandler<TOptions> : SignOutAuthenticationHandler<TOptions>,
IAuthenticationSignInHandler
2 references to IAuthenticationSignInHandler
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationService.cs (2)
182
if (handler is not
IAuthenticationSignInHandler
signInHandler)
237
.Where(sch => typeof(
IAuthenticationSignInHandler
).IsAssignableFrom(sch.HandlerType))