pub type CustomErrorHandler = Arc<dyn Fn(&AuthError, &str) -> HttpResponse + Send + Sync>;
Custom error handler type for authentication failures
pub struct CustomErrorHandler { /* private fields */ }