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.
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.