File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,9 @@ public function getResourceOwnerDetailsUrl(AccessToken $token): string
97
97
* Get the default scopes used by this provider.
98
98
*
99
99
* This should not be a complete list of all scopes, but the minimum
100
- * required for the provider user interface!
100
+ * required for the provider user interface! Note that the signature scope
101
+ * is necessary to check against cfrPt11 compatibility and may not be
102
+ * required if your making non eSignature API calls
101
103
*
102
104
* @return array
103
105
*/
@@ -106,7 +108,7 @@ public function getDefaultScopes(): array
106
108
{
107
109
if ($ _SESSION ['api_type ' ] == 'Rooms ' ){
108
110
return [
109
- "room_forms dtr.rooms.read dtr.rooms.write dtr.documents.read dtr.documents.write "
111
+ "signature room_forms dtr.rooms.read dtr.rooms.write dtr.documents.read dtr.documents.write "
110
112
. "dtr.profile.read dtr.profile.write dtr.company.read dtr.company.write "
111
113
];
112
114
} elseif ($ _SESSION ['api_type ' ] == 'Click ' ){
You can’t perform that action at this time.
0 commit comments