4 references to
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (1)
49: base(options, logger, encoder, clock) { }
SignOutAuthenticationHandler.cs (1)
24public SignOutAuthenticationHandler(IOptionsMonitor<TOptions> options, ILoggerFactory logger, UrlEncoder encoder, ISystemClock clock) : base(options, logger, encoder, clock)
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
28: base(options, logger, encoder, clock)
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
36: base(options, logger, encoder, clock)