We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360e656 commit d1ff8c7Copy full SHA for d1ff8c7
1 file changed
src/Google/Client.php
@@ -163,6 +163,7 @@ public function getLibraryVersion()
163
*
164
* @param $code string code from accounts.google.com
165
* @return array access token
166
+ * @deprecated
167
*/
168
public function authenticate($code)
169
{
@@ -201,6 +202,7 @@ public function fetchAccessTokenWithAuthCode($code)
201
202
* alias for fetchAccessTokenWithAssertion
203
204
205
206
207
public function refreshTokenWithAssertion()
208
@@ -828,6 +830,7 @@ public function getConfig($name, $default = null)
828
830
829
831
* @param string $file the configuration file
832
* @throws Google_Exception
833
834
835
public function setAuthConfigFile($file)
836
0 commit comments