Index
BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ConnectorConfiguration
a Connector configuration - contains the info of how to login to the connector
Parameters
Name
Type
Description
password
String
password
serverUrl
String
server url
username
String
username
Json Format
{
serverUrl: String,
username: String,
password: String
}