public ResourceOwnerHandler(IHttpContextAccessor contextAccessor, UserAuthentication authentication) { _contextAccessor = contextAccessor; _authentication = authentication; }
public BasicAuthVerifier(TimesheetContext context, UserAuthentication authentication) { _context = context; _authentication = authentication; }