fix(auth): omit scope from OAuth2 token requests
- Stop setting scope on the shared create_oauth2_session helper - Drops scope from both token exchange and refresh requests - Neither needs scope (RFC 6749 4.1.3, 6); some providers reject it - Auth URL construction in auth_handler.py keeps scope, unchanged - Add body-level tests asserting refresh and exchange omit scope Merge https://github.com/google/adk-python/pull/5874 Change-Id: I78e7e1e69076afcc13460b7965ca05cae734814e
D
doug committed
6ce4b87858b1fca8d5f0609bb92f198678555c4a
Parent: 9126acb
Committed by Bo Yang <ybo@google.com>
on 5/29/2026, 6:05:58 PM