Update src/Appwrite/Auth/OAuth2/Auth0.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Aditya Oberai
2022-04-03 19:17:16 +05:30
committed by GitHub
co-authored by Christy Jacob
parent 0cacfd17cb
commit 0784981c42
+1 -1
View File
@@ -84,7 +84,7 @@ class Auth0 extends OAuth2
*
* @return array
*/
public function refreshTokens(string $refreshToken):array
public function refreshTokens(string $refreshToken): array
{
$headers = ['Content-Type: application/x-www-form-urlencoded'];
$this->tokens = \json_decode($this->request(