UNPKG

@tensorify.io/cli

Version:

Official CLI for Tensorify.io - Build, test, and deploy machine learning plugins

12 lines 389 B
declare class AuthService { constructor(); login(isDev?: boolean): Promise<void>; logout(): Promise<void>; isAuthenticated(): Promise<boolean>; getSession(): Promise<string | null>; getUserProfile(isDev?: boolean): Promise<any>; private createCallbackServer; } export declare const authService: AuthService; export {}; //# sourceMappingURL=auth-service.d.ts.map