You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google’s php api client
(https://github.com/google/google-api-php-client) has been revamped,
and is now included via a composer package. Add this package (and the
composer subsystem) in preparation for updating
/inc/google-api-php-client. This update was motivated by the inclusion
of the hd parameter in the newer version:
googleapis/google-api-php-client#321#12
The Official Document - Authentication URI parameters shows parameter allow set hd(host domain).
I noticed
setHd()
had been implemented inGoogle_Service_Oauth2
, butGoogle_Client
does not supportsetHd()
.Did it already implemented or not?
If no, can it be implemented in the feature?
The text was updated successfully, but these errors were encountered: