UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

17 lines 433 B
import { AbstractSession } from "@zowe/imperative"; /** * Class to handle logging onto APIML. * @export * @class Login */ export declare class Login { /** * Perform APIML login to obtain LTPA2 or other token types. * @static * @param {AbstractSession} session * @returns * @memberof Login */ static apimlLogin(session: AbstractSession): Promise<string>; } //# sourceMappingURL=Login.d.ts.map