newo
Version:
NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r
6 lines • 483 B
TypeScript
import type { StoredTokens, CustomerConfig } from './types.js';
export declare function exchangeApiKeyForToken(customer?: CustomerConfig): Promise<StoredTokens>;
export declare function refreshWithEndpoint(refreshToken: string, customer?: CustomerConfig): Promise<StoredTokens>;
export declare function getValidAccessToken(customer?: CustomerConfig): Promise<string>;
export declare function forceReauth(customer?: CustomerConfig): Promise<string>;
//# sourceMappingURL=auth.d.ts.map