Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AuthenticationParameters
Request for authentication details.
Parameters
Name Type Description

accessTokenUri

String

Authorization token (ssid)

authenticationMethod

AuthenticationMethod

Possible values: [SYSTEM_ACCOUNT, OIDC_ACCOUNT, USER_PASSWORD, AD_SSO, GENERAL_OAUTH, MULTI_METHODS, SAML, EMAIL_SELF_ENROLLMENT, EID_ACCOUNT].

authorizationUri

String

Authorization URI

changePasswordUri

String

Change password URI

createAccountUri

String

The create account URI

isBBEidIDP

Boolean

isMultiModeOrganization

boolean

TRUE if this is a multi mode organization

isOauth

boolean

Flag indicating if authentication is with oauth2.0 server

isWatchDoxOauth

boolean

Flag indicating if authentication is with WatchDox server

logoutUri

String

Logout URL

multimodeUri

String

Multi mode URI

primaryDomainUri

String

Primary domain URI

supportsAdSso

Boolean

TRUE if Active Directory SSO is supported

Json Format
{
isOauth: Boolean,
isWatchDoxOauth: Boolean,
authorizationUri: String,
accessTokenUri: String,
logoutUri: String,
primaryDomainUri: String,
createAccountUri: String,
authenticationMethod: AuthenticationMethod,
isMultiModeOrganization: Boolean,
supportsAdSso: Boolean,
changePasswordUri: String,
isBBEidIDP: Boolean,
multimodeUri: String
}