Files
automatisch/packages/backend/src/apps/google-tasks/common/auth-scope.js
2024-01-16 13:55:03 +03:00

8 lines
199 B
JavaScript

const authScope = [
'https://www.googleapis.com/auth/tasks',
'https://www.googleapis.com/auth/userinfo.email',
'https://www.googleapis.com/auth/userinfo.profile',
];
export default authScope;