UNPKG

@zowe/imperative

Version:
22 lines 956 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 }); /** * The constructor function for a Credential Manager. All the parameters specified here * will be sent in during the {@link CredentialManagerFactory.initialize} function. * * @param {string} cliName - The name of the cli. The default manager uses this as the service. * @param {string} displayName - The manager display name. For messaging/debugging. * * @returns {AbstractCredentialManager} - An instantiated class that extends {@link AbstractCredentialManager} */ //# sourceMappingURL=ICredentialManagerConstructor.js.map