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
9797 * Get the default scopes used by this provider.
9898 *
9999 * 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
101103 *
102104 * @return array
103105 */
@@ -106,7 +108,7 @@ public function getDefaultScopes(): array
106108{
107109 if ($ _SESSION ['api_type ' ] == 'Rooms ' ){
108110 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 "
110112 . "dtr.profile.read dtr.profile.write dtr.company.read dtr.company.write "
111113 ];
112114 } elseif ($ _SESSION ['api_type ' ] == 'Click ' ){
You can’t perform that action at this time.
0 commit comments