@azteam/google-api
Version:
N/A
11 lines (9 loc) • 688 B
JavaScript
export const AUTH_EMAIL_SCOPE = 'https://www.googleapis.com/auth/userinfo.email';
export const AUTH_PROFILE_SCOPE = 'https://www.googleapis.com/auth/userinfo.profile';
export const GMAIL_SCOPE = 'https://mail.google.com/';
export const DRIVE_SCOPE = 'https://www.googleapis.com/auth/drive';
export const YOUTUBE_ACCOUNT_SCOPE = 'https://www.googleapis.com/auth/youtube';
export const YOUTUBE_VIDEO_SCOPE = 'https://www.googleapis.com/auth/youtube.upload';
export const SHEET_SCOPE = 'https://www.googleapis.com/auth/spreadsheets';
export const INDEXING_SCOPE = 'https://www.googleapis.com/auth/indexing';
export const SEARCH_CONSOLE_SCOPE = 'https://www.googleapis.com/auth/webmasters';