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:29 +05:30
committed by GitHub
co-authored by Christy Jacob
parent 0784981c42
commit e7fd6a81ac
+1 -1
View File
@@ -195,7 +195,7 @@ class Auth0 extends OAuth2
* Decode the JSON stored in appSecret
* @return array
*/
protected function decodeJson(): array
protected function getAppSecret(): array
{
try {
$secret = \json_decode($this->appSecret, true);