From 7b5a35cbc6886b7be46be340c3a879ec04fd13a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Sun, 3 Jul 2022 10:09:26 +0200 Subject: [PATCH] Remove leftovers --- src/Appwrite/Auth/OAuth2/Podio.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Appwrite/Auth/OAuth2/Podio.php b/src/Appwrite/Auth/OAuth2/Podio.php index dc87dd72ad..57f450ea3f 100644 --- a/src/Appwrite/Auth/OAuth2/Podio.php +++ b/src/Appwrite/Auth/OAuth2/Podio.php @@ -36,7 +36,7 @@ class Podio extends OAuth2 /** * @var array */ - protected array $scopes = []; + protected array $scopes = []; // No scopes required /** * @return string @@ -70,8 +70,6 @@ class Podio extends OAuth2 */ protected function getTokens(string $code): array { - // /token?grant_type=refresh_token&client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&refresh_token=REFRESH_TOKEN - if (empty($this->tokens)) { $this->tokens = \json_decode($this->request( 'POST', @@ -144,8 +142,6 @@ class Podio extends OAuth2 /** * Check if the OAuth email is verified * - * @link https://discord.com/developers/docs/resources/user - * * @param string $accessToken * * @return bool