pyarrow.flight.ClientAuthHandler#

class pyarrow.flight.ClientAuthHandler#

Bases: _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:
outgoingClientAuthSender

A channel to send messages to the server.

incomingClientAuthReader

A channel to read messages from the server.

get_token(self)#

Get the auth token for a call.