2 types derived from SignInAuthenticationHandler
Microsoft.AspNetCore.Authentication (1)
PolicySchemeHandler.cs (1)
14public class PolicySchemeHandler : SignInAuthenticationHandler<PolicySchemeOptions>
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
18public class CookieAuthenticationHandler : SignInAuthenticationHandler<CookieAuthenticationOptions>
4 references to SignInAuthenticationHandler
Microsoft.AspNetCore.Authentication (2)
SignInAuthenticationHandler.cs (2)
18/// Initializes a new instance of <see cref="SignInAuthenticationHandler{TOptions}"/>. 29/// Initializes a new instance of <see cref="SignInAuthenticationHandler{TOptions}"/>.
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
17: SignInAuthenticationHandler<BearerTokenOptions>(optionsMonitor, loggerFactory, urlEncoder)
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
190: SignInAuthenticationHandler<AuthenticationSchemeOptions>(options, logger, encoder)