fix: added 'enable_granular_consent' parameter#2582
fix: added 'enable_granular_consent' parameter#2582alebedev80 wants to merge 4 commits intogoogleapis:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
* origin/main: Added 'enable_granular_consent' parameter
bshaffer
left a comment
There was a problem hiding this comment.
This seems good but, I can't find any documentation on the Google auth side regarding the enable_granular_consent parameter. Can you show me where you see this documented, so I can be sure it's correct?
| ## [2.15.4](https://github.com/googleapis/google-api-php-client/compare/v2.15.3...v2.15.4) (2024-03-22) | ||
|
|
||
| ### Features | ||
|
|
||
| * Add parameter `enable_granular_consent` | ||
|
|
There was a problem hiding this comment.
The changelog gets updated automatically through our release-please bot. We can revert this change.
| ## [2.15.4](https://github.com/googleapis/google-api-php-client/compare/v2.15.3...v2.15.4) (2024-03-22) | |
| ### Features | |
| * Add parameter `enable_granular_consent` |
| ? null | ||
| : var_export($this->config['include_granted_scopes'], true); | ||
|
|
||
|
|
|
Here's one link to documentation regarding the |
I have found that in SDK missed parameter
enable_granular_consent. I've added this parameters to Client's configuration. Please review.