synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
30 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.scopeDescriptions = void 0;
exports.scopeDescriptions = {
openid: {
displayName: 'OpenID',
description: 'Access to your Synapse identity and certain user information',
},
view: {
displayName: 'View',
description: 'Permission to view the content which you can view',
},
modify: {
displayName: 'Modify',
description: 'Permission to modify the content which you can modify (create, change, delete)',
},
download: {
displayName: 'Download',
description: 'Permission to download the content which you can download',
},
authorize: {
displayName: 'Authorize',
description: 'Permission to authorize others to access the resources you control',
},
offline_access: {
displayName: 'Offline Access',
description: 'Permission to access the resources authorized here when you are not logged in, until you explicitly revoke access',
},
};
//# sourceMappingURL=ScopeDescriptions.js.map