With referrer to the documentation https://developers.google.com/identity/protocols/oauth2/web-server#httprest
the Parameter must be 'prompt' instead of 'approval_prompt'. Please fix this, because 'prompt' is not accepted by the server.
|
$this->config['approval_prompt'] = $approvalPrompt; |
With referrer to the documentation https://developers.google.com/identity/protocols/oauth2/web-server#httprest
the Parameter must be 'prompt' instead of 'approval_prompt'. Please fix this, because 'prompt' is not accepted by the server.
google-api-php-client/src/Client.php
Line 646 in 11871e9