We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5975a commit d869778Copy full SHA for d869778
src/Google/Client.php
@@ -676,7 +676,7 @@ public function revokeToken($token = null)
676
* Verify an id_token. This method will verify the current id_token, if one
677
* isn't provided.
678
*
679
- * @throws Google_Exception
+ * @throws LogicException
680
* @param string|null $idToken The token (id_token) that should be verified.
681
* @return array|false Returns the token payload as an array if the verification was
682
* successful, false otherwise.
0 commit comments