Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ _auth_query
Method
_auth_query
src/openai/_base_client.py:444–448 ·
view source on GitHub ↗
( self, security: SecurityOptions, # noqa: ARG002 )
Source
from the content-addressed store, hash-verified
442
return
{}
443
444
def
_auth_query(
445
self,
446
security: SecurityOptions,
# noqa: ARG002
447
) -> dict[str, str]:
448
return
{}
449
450
def
_custom_auth(
451
self,
Callers
1
_build_request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected