This commit is contained in:
Timothy Jaeryang Baek
2026-04-12 19:05:25 -05:00
parent e10a00132e
commit 498ff8cdc3

View File

@@ -525,6 +525,7 @@ class OAuthClientManager:
'client_id': oauth_client_info.client_id,
'client_secret': oauth_client_info.client_secret,
'client_kwargs': {
'follow_redirects': True,
**({'scope': oauth_client_info.scope} if oauth_client_info.scope else {}),
**(
{'token_endpoint_auth_method': oauth_client_info.token_endpoint_auth_method}