mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: added required Scopes to Amazon Adapter
This commit is contained in:
parent
fe9f79b123
commit
b190bc28d8
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ class Amazon extends OAuth
|
||||||
*/
|
*/
|
||||||
protected $user = [];
|
protected $user = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
protected $requiredScope = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue