@broadcom/ca7-for-zowe-cli
Version:
CA 7 Workload Automation Plug-in for Zowe CLI
20 lines (19 loc) • 796 B
TypeScript
import { Logger, SecureCredential } from "@zowe/imperative";
declare const _default: {
new (service: string, displayName: string): {
consoleLog: Logger;
deleteCredentials(account: string): Promise<void>;
loadCredentials(account: string): Promise<string>;
saveCredentials(account: string, credentials: SecureCredential): Promise<void>;
initialize?(): Promise<void>;
readonly service: string;
displayName: any;
readonly name: string;
delete(account: string): Promise<void>;
load(account: string, optional?: boolean): Promise<string>;
save(account: string, secureValue: string): Promise<void>;
secureErrorDetails(): string;
readonly possibleSolutions: string[];
};
};
export = _default;