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.
trust_env
timeout
1 parent 9b4de0a commit 6e5322bCopy full SHA for 6e5322b
fastapi_azure_auth/openid_config.py
@@ -16,6 +16,8 @@
16
17
class HttpClientConfig(TypedDict):
18
verify: NotRequired[ssl.SSLContext]
19
+ trust_env: NotRequired[bool]
20
+ timeout: NotRequired[float]
21
22
23
class OpenIdConfig:
0 commit comments