@lark-project/cli
Version:
飞书项目插件开发工具
7 lines (6 loc) • 303 B
TypeScript
/** Full login flow (Developer OAuth Device Authorization Grant) */
export declare function login(host: string): Promise<void>;
/**
* Login by directly setting a permanent developer token, skipping the OAuth flow.
*/
export declare function loginWithToken(host: string, token: string): Promise<void>;