Class: WebcomApp

WebcomApp(appId, pfopt)

Represents a Webcom application on a Webcom platform.

Constructor

new WebcomApp(appId, pfopt)

Creates the representation of a Webcom application on a given platform.

Parameters:
Name Type Attributes Default Description
appId string

Webcom application identifier

pf string <optional>
"io.datasync.orange.com"

Authority of the Webcom platform to use, following the syntax: {host}(:{port})?

Members

fullyQualifiedName :string

Fully qualified name that uniquely describes this instance of api.WebcomApp.

Type:
  • string

Methods

isSecure() → {boolean}

Indicates whether the platform associated to this api.WebcomApp instance is secure.

Returns:
Type
boolean