UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

29 lines 764 B
"use strict"; /* * This program and the accompanying materials are made available under the terms of the * Eclipse Public License v2.0 which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-v20.html * * SPDX-License-Identifier: EPL-2.0 * * Copyright Contributors to the Zowe Project. * */ Object.defineProperty(exports, "__esModule", { value: true }); exports.LoginConstants = void 0; /** * Class for various login constants. * @export * @class LoginConstants */ class LoginConstants { } exports.LoginConstants = LoginConstants; /** * URI base jobs API * @static * @type {string} * @memberof LoginConstants */ LoginConstants.APIML_V1_RESOURCE = "/gateway/api/v1/auth/login"; //# sourceMappingURL=LoginConstants.js.map