UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

11 lines (10 loc) 258 B
export declare class Credentials { username: string; password: string; private token; constructor(username: string, password: string); getPayload(): {}; setToken(token: string): void; getToken(): string; clearToken(): void; }