[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.flight.ClientAuthHandler.html [Back]  [Original]

pyarrow.flight.ClientAuthHandler — Apache Arrow v25.0.1
Back to top
Search the docs ...:

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.


Web Proxy Viewer  |  New URL  |  Original Page