Merge pull request #3255 from appwrite/fix-zoom-scopes

Fix: Zoom OAuth scopes
This commit is contained in:
Torsten Dittmann 2022-05-31 11:09:29 +02:00 committed by GitHub
commit cdbcdea2d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class Zoom extends OAuth2
* @var array
*/
protected array $scopes = [
'user_profile'
'user_info:read'
];
/**