We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timeout
1 parent 573f299 commit 1dd88f5Copy full SHA for 1dd88f5
fastapi_azure_auth/openid_config.py
@@ -16,7 +16,6 @@
16
class HttpClientConfig(TypedDict):
17
verify: NotRequired[ssl.SSLContext]
18
trust_env: NotRequired[bool]
19
- timeout: NotRequired[float]
20
21
22
class OpenIdConfig:
0 commit comments