Home Manual Reference Source

Typedef

Static Public Summary
public

Client config object.

public

SmartClient config object.

public

SmartClient deployment infos.

public

WeakClient config object.

Static Public

public ClientConfig: Object source

Client config object.

Properties:

NameTypeAttributeDescription
apiUrl string

Api Url

sandboxId string

Sandbox id

forceHttps boolean

Force end to end HTTPS connection

authentication function(): AbstractHandshake

Return authentication properties

resource string

Client resource id

transports Transports

Client transports implementation

public SmartClientConfig: Object source

SmartClient config object.

Properties:

NameTypeAttributeDescription
apiUrl string

Api Url

deployment SmartClientDeployment

Deployment infos

sandboxId string

Sandbox id

forceHttps boolean

Force end to end HTTPS connection

resource string

Client resource id

transports Array

Client transports list

public SmartClientDeployment: Object source

SmartClient deployment infos.

Properties:

NameTypeAttributeDescription
simple string

Simple deployment id

weak string

Weak deployment id

public WeakClientConfig: Object source

WeakClient config object.

Properties:

NameTypeAttributeDescription
apiUrl string

Api Url

deploymentId string

Authentication deployment id, default value is 'weak_0'

sandboxId string

Sandbox id

forceHttps boolean

Force end to end HTTPS connection

resource string

Client resource id

transports Array

Client transports list