AsObject: {
    autoSwitch: boolean;
    currentConnectionUrl: string;
    itemsList: EncryptedConnection.AsObject[];
    refreshPeriod: number;
    salt: Uint8Array | string;
}

Type declaration

  • autoSwitch: boolean
  • currentConnectionUrl: string
  • itemsList: EncryptedConnection.AsObject[]
  • refreshPeriod: number
  • salt: Uint8Array | string

Generated using TypeDoc