Interface IBootstrapOptions

interface IBootstrapOptions {
    baseUrl?: string;
    basicAuthToken: string;
    deviceId: string;
    expire?: number;
    timeout?: number;
}

Properties

baseUrl?: string
basicAuthToken: string
deviceId: string
expire?: number
timeout?: number