MCPcopy Create free account
hub / github.com/apache/arrow / authenticate

Method authenticate

python/pyarrow/tests/test_flight.py:619–620  ·  view source on GitHub ↗

Do nothing.

(self, outgoing, incoming)

Source from the content-addressed store, hash-verified

617 """A no-op auth handler."""
618
619 def authenticate(self, outgoing, incoming):
620 """Do nothing."""
621
622 def is_valid(self, token):
623 """

Callers 6

AuthenticateMethod · 0.45
AuthenticateMethod · 0.45
test_http_basic_authFunction · 0.45
test_token_authFunction · 0.45
test_token_auth_invalidFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected