You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would it be possible to add include_granted_scopes as a supported parameter in this library? I am trying to implement a web client that supports incremental auth across several Google APIs, and using oauth2_extra_scopes is not enough since that requires all scopes to be known and accepted up front.
The text was updated successfully, but these errors were encountered:
Hello, would it be possible to add
include_granted_scopes
as a supported parameter in this library? I am trying to implement a web client that supports incremental auth across several Google APIs, and usingoauth2_extra_scopes
is not enough since that requires all scopes to be known and accepted up front.The text was updated successfully, but these errors were encountered: