I am successfully using GoogleAuthorizationCodeFlow to obtain and store credentials to access the Google Calendar API. I would like to use the include_granted_scopes=true
query parameter for incremental authorization.
I searched for a long time but could not figure out how to include the include_granted_scopes
parameter. Is there a way to do so?