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
parent 0784981c42
commit e7fd6a81ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);