GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
697 B

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLOUD_PUBSUB = exports.CLOUD_STORAGE = exports.CLOUD_PLATFORM = exports.FIREBASE_PLATFORM = exports.CLOUD_PROJECTS_READONLY = exports.EMAIL = exports.OPENID = void 0;
exports.OPENID = "openid";
exports.EMAIL = "email";
exports.CLOUD_PROJECTS_READONLY = "https://www.googleapis.com/auth/cloudplatformprojects.readonly";
exports.FIREBASE_PLATFORM = "https://www.googleapis.com/auth/firebase";
exports.CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
exports.CLOUD_STORAGE = "https://www.googleapis.com/auth/devstorage.read_write";
exports.CLOUD_PUBSUB = "https://www.googleapis.com/auth/pubsub";