Example #1
0
 public CustomAuthenicationHandler(
     IOptionsMonitor <BasicAuthenticationOptions> options,
     ILoggerFactory logger,
     UrlEncoder encoder,
     ISystemClock clock,
     ICustomAuthicationManager customAuthicationManager) :
     base(options, logger, encoder, clock)
 {
     this.customAuthicationManager = customAuthicationManager;
 }
 public SecurityController(ICustomAuthicationManager customAuthicationManager)
 {
     this.customAuthicationManager = customAuthicationManager;
 }