Skip to content

Commit d1ff8c7

Browse files
Big-Sharkbshaffer
authored andcommitted
Added @deprecated comments (#1132)
1 parent 360e656 commit d1ff8c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Google/Client.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ public function getLibraryVersion()
163163
*
164164
* @param $code string code from accounts.google.com
165165
* @return array access token
166+
* @deprecated
166167
*/
167168
public function authenticate($code)
168169
{
@@ -201,6 +202,7 @@ public function fetchAccessTokenWithAuthCode($code)
201202
* alias for fetchAccessTokenWithAssertion
202203
*
203204
* @return array access token
205+
* @deprecated
204206
*/
205207
public function refreshTokenWithAssertion()
206208
{
@@ -828,6 +830,7 @@ public function getConfig($name, $default = null)
828830
*
829831
* @param string $file the configuration file
830832
* @throws Google_Exception
833+
* @deprecated
831834
*/
832835
public function setAuthConfigFile($file)
833836
{

0 commit comments

Comments
 (0)