Click or drag to resize
AuthenticationParametersJson Class
Request for authentication details.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonAuthenticationParametersJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class AuthenticationParametersJson : BaseJson

The AuthenticationParametersJson type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationParametersJson
Initializes a new instance of the AuthenticationParametersJson class
Top
Properties
  NameDescription
Public propertyAccessTokenUri
Authorization token (ssid)
Public propertyAuthenticationMethod
Public propertyAuthorizationUri
Authorization URI
Public propertyChangePasswordUri
Change password URI
Public propertyCreateAccountUri
The create account URI
Public propertyIsBBEidIDP
Public propertyIsOauth
Flag indicating if authentication is with oauth2.0 server
Public propertyLogoutUri
Logout URL
Public propertyMultiModeOrganization
TRUE if this is a multi mode organization
Public propertyMultimodeUri
Multi mode URI
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPrimaryDomainUri
Primary domain URI
Public propertySupportsAdSso
TRUE if Active Directory SSO is supported
Public propertyWatchDoxOauth
Flag indicating if authentication is with WatchDox server
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also