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

2 months ago
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.CLOUD_PUBSUB = exports.CLOUD_STORAGE = exports.CLOUD_PLATFORM = exports.FIREBASE_PLATFORM = exports.CLOUD_PROJECTS_READONLY = exports.EMAIL = exports.OPENID = void 0;
  4. exports.OPENID = "openid";
  5. exports.EMAIL = "email";
  6. exports.CLOUD_PROJECTS_READONLY = "https://www.googleapis.com/auth/cloudplatformprojects.readonly";
  7. exports.FIREBASE_PLATFORM = "https://www.googleapis.com/auth/firebase";
  8. exports.CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
  9. exports.CLOUD_STORAGE = "https://www.googleapis.com/auth/devstorage.read_write";
  10. exports.CLOUD_PUBSUB = "https://www.googleapis.com/auth/pubsub";