Click or drag to resize
AuthenticationGetAuthenticationParametersV30 Method
Gets the method used to authenticate the user session, whether with the BlackBerry Workspaces servers or with an oauth2 server.

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public AuthenticationParametersJson GetAuthenticationParametersV30(
	string clientId = "",
	string userEmail = ""
)

Parameters

clientId (Optional)
Type: SystemString
Identifier for the client application to fetch parameters for. If no value is provide
userEmail (Optional)
Type: SystemString
Email address of the user to fetch the Authentication parameters for. If no value is provided returns the parameters for the organization.

Return Value

Type: AuthenticationParametersJson
A JSON object containing the authentication methods supported and URIs for the authorization and primary server.
See Also