google-api-ads-ruby
google-api-ads-ruby copied to clipboard
Support for incremental oauth
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.