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 3bc2d77 commit b1f4d1eCopy full SHA for b1f4d1e
src/google/adk/auth/exchanger/oauth2_credential_exchanger.py
@@ -92,6 +92,8 @@ async def exchange(
92
authorization_response=auth_credential.oauth2.auth_response_uri,
93
code=auth_credential.oauth2.auth_code,
94
grant_type=OAuthGrantType.AUTHORIZATION_CODE,
95
+ client_id=auth_credential.oauth2.client_id,
96
+
97
)
98
update_credential_with_tokens(auth_credential, tokens)
99
logger.debug("Successfully exchanged OAuth2 tokens")
0 commit comments