Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Authenticate
Method · 0.45
Authenticate
Method · 0.45
test_http_basic_auth
Function · 0.45
test_http_basic_auth_invalid_password
Function · 0.45
test_token_auth
Function · 0.45
test_token_auth_invalid
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected