pyarrow.flight.ClientAuthHandler#
- class pyarrow.flight.ClientAuthHandler#
Bases:
pyarrow.lib._Weakrefable
Authentication plugin for a client.
- __init__(*args, **kwargs)#
Methods
__init__
(*args, **kwargs)authenticate
(self, outgoing, incoming)Conduct the handshake with the server.
get_token
(self)Get the auth token for a call.
- authenticate(self, outgoing, incoming)#
Conduct the handshake with the server.
- Parameters
- outgoing
ClientAuthSender
A channel to send messages to the server.
- incoming
ClientAuthReader
A channel to read messages from the server.
- outgoing
- get_token(self)#
Get the auth token for a call.