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 10:14:40 -04:00
committed by GitHub
co-authored by Christy Jacob
parent a079284729
commit c6fc2a98ae
+3
View File
@@ -39,6 +39,9 @@ class Etsy extends OAuth2
*/
private string $pkce = '';
/**
* @return string
*/
private function getPKCE(): string
{
if (empty($this->pkce)) {