pub fn worker_router_authenticated( worker: Worker, env_dir: impl Into<PathBuf>, work_dir: impl Into<PathBuf>, token: impl Into<String>, ) -> Router
Build a worker server router with authentication.