chromium/tools/binary_size/libsupersize/viewer/static/auth-consts.js

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

'use strict';

/** @type {string} */
const AUTH_CLIENT_ID = '84462612899-hsikvugfjv36k8nt8459b7at62hi9sba' +
    '.apps.googleusercontent.com';

/** @type {string} */
const AUTH_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';

/** @type {string} */
const AUTH_DISCOVERY_URL =
    'https://www.googleapis.com/discovery/v1/apis/storage/v1/rest';

/** @type {string} */
const STORAGE_API_ENDPOINT = 'https://storage.googleapis.com/storage/v1';