UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

17 lines 443 B
import { AbstractSession } from "@zowe/imperative"; /** * Class to handle logging out of APIML. * @export * @class Logout */ export declare class Logout { /** * Perform APIML logout to invalidate LTPA2 or other token types. * @static * @param {AbstractSession} session * @returns * @memberof Logout */ static apimlLogout(session: AbstractSession): Promise<void>; } //# sourceMappingURL=Logout.d.ts.map