feat(google-forms): add authentication
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const authScope: string[] = [
|
||||
'https://www.googleapis.com/auth/forms.body.readonly',
|
||||
'https://www.googleapis.com/auth/drive.readonly',
|
||||
'https://www.googleapis.com/auth/userinfo.email',
|
||||
'profile',
|
||||
];
|
||||
|
||||
export default authScope;
|
Reference in New Issue
Block a user