googleads / google-api-ads-ruby

Ad Manager SOAP API Client Libraries for Ruby
297 stars 227 forks source link

Support for incremental oauth #169

Open joshuamgrosser opened 5 years ago

joshuamgrosser commented 5 years ago

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.