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;