You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/12/23 16:51:12 UTC

[GitHub] [arrow] stevelorddremio commented on a change in pull request #8959: ARROW-11004: [FlightRPC][Python] Header-based auth in clients

stevelorddremio commented on a change in pull request #8959:
URL: https://github.com/apache/arrow/pull/8959#discussion_r548050472



##########
File path: python/pyarrow/_flight.pyx
##########
@@ -1150,6 +1156,38 @@ cdef class FlightClient(_Weakrefable):
                 self.client.get().Authenticate(deref(c_options),
                                                move(handler)))
 
+    def authenticateBasicToken(self, username, password,

Review comment:
       Do you need to add a description for self in the list of parameters?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org