MCPcopy
hub / github.com/openai/openai-python / provider

Function provider

tests/test_auth.py:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 provider_call_count = 0
61
62 def provider() -> str:
63 nonlocal provider_call_count
64 provider_call_count += 1
65 return "fake_subject_token"
66
67 exchange_route = respx.post("https://auth.openai.com/oauth/token").mock(
68 return_value=httpx.Response(

Callers 2

_get_azure_ad_tokenMethod · 0.85
_get_azure_ad_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected