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.
1 parent db76a20 commit a6e0188Copy full SHA for a6e0188
fastapi_azure_auth/openid_config.py
@@ -40,9 +40,7 @@ def __init__(
40
self.multi_tenant: bool = multi_tenant
41
self.app_id = app_id
42
self.config_url = config_url
43
- self.http_client_config: HttpClientConfig = (
44
- http_client_config or HttpClientConfig()
45
- )
+ self.http_client_config: HttpClientConfig = http_client_config or HttpClientConfig()
46
47
self.authorization_endpoint: str
48
self.signing_keys: dict[str, 'AllowedPublicKeys']
0 commit comments