UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

4 lines (3 loc) 227 B
export declare const refreshToken: (forceRefresh?: boolean) => Promise<void>; export declare const retrieveCode: () => Promise<string>; export declare const getCode: (authorizeUrl: string, clientId: string) => Promise<string>;