File size: 88 Bytes
3206347 |
1 2 3 4 |
const authScope = ['identity', 'read', 'account', 'submit'];
export default authScope;
|
3206347 |
1 2 3 4 |
const authScope = ['identity', 'read', 'account', 'submit'];
export default authScope;
|