Skip to content

Commit 6e5322b

Browse files
committed
add trust_env + timeout config
1 parent 9b4de0a commit 6e5322b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastapi_azure_auth/openid_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
class HttpClientConfig(TypedDict):
1818
verify: NotRequired[ssl.SSLContext]
19+
trust_env: NotRequired[bool]
20+
timeout: NotRequired[float]
1921

2022

2123
class OpenIdConfig:

0 commit comments

Comments
 (0)