Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
SaveTransientWorkspaceCredentials
Saves credentials for a transient workspace
Parameters
Name Type Description

domain

String

Domain

password

String

Required
Not null

Password

userName

String

Required
Not null

Username

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
workspaceGuid: String,
userName: String,
password: String,
domain: String
}