Commits


David Li authored and Antoine Pitrou committed 9eaa12f2dbd
ARROW-5137: [Flight] Implement auth API Also sets up the server-side APIs for [ARROW-5136](https://issues.apache.org/jira/browse/ARROW-5136). I mostly mirrored the existing Java APIs in each language, except I didn't add the BasicAuth specialization. Author: David Li <li.davidm96@gmail.com> Author: Antoine Pitrou <antoine@python.org> Closes #4125 from lihalite/arrow-5137-auth and squashes the following commits: 067ff3217 <Antoine Pitrou> Avoid making I/O methods const 48d42485f <David Li> Implement auth API for Flight 14774082f <David Li> Implement auth API for Flight 02a9663ae <David Li> Implement auth API for Flight