public AccountController(IIdentityServerInteractionService interaction,
                          IAuthenticationSchemeProvider schemeProvider,
                          IEventService events,
                          IEdApiService edApiService)
 {
     _interaction    = interaction;
     _schemeProvider = schemeProvider;
     _events         = events;
     _edApiService   = edApiService;
 }
Esempio n. 2
0
 public ResourceOwnerPasswordValidator(IEdApiService edApiService)
 {
     _edApiService = edApiService;
 }