UNPKG

tinyagent

Version:

Connect your local shell to any device - access your dev environment from anywhere

14 lines 369 B
export declare class AuthClient { private authUrl; private configPath; private token?; constructor(authUrl?: string); private loadToken; private saveToken; isAuthenticated(): boolean; getToken(): string | undefined; authenticate(): Promise<boolean>; logout(): void; whoami(): void; } //# sourceMappingURL=auth-client.d.ts.map