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

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Wess Cope
2022-08-09 08:15:38 -04:00
committed by GitHub
co-authored by Christy Jacob
parent 27e54fae4c
commit 97117f2fde
+4 -1
View File
@@ -34,7 +34,10 @@ class Etsy extends OAuth2
"profile_r",
];
private $pkce = '';
/**
* @var string
*/
private string $pkce = '';
private function getPKCE()
{