Deprecated. This method will identify the current user to the SkySync engine, and
leverages SkyMobile identity management processing. A set of identity
parameters is used for transmission of information back and forth. If
the caller leaves the parameter set empty, SkySync will populate the
parameter set with the names of the fields to be supplied. If the
names of the fields to be supplied are known, these can be
pre-populated by the caller along with their associated values.
SkySync will then respond with an indication of whether or not the
supplied credentials are considered valid.
In addition to any input parameters to be passed to SkyMobile identity
processing, the following special input parameter values are also
permitted:
CONNECTIONMODE (Optional/BlackBerry) - The connection mode to be used
when connecting as part part of the identity checking process.
Permitted values are BES, BIS-B, DIRECT. If this parameter is present
it will override the equivalent setting given in the provisioned
configuration.
USEWIFI (Optional/BlackBerry) - Whether or not to use wi-fi for the
connection. Permitted values are TRUE/FALSE. If this parameter is
present it will override the equivalent setting given in the
provisioned configuration.
iOS Method Signature:
+ (void)identify:(NSMutableDictionary *)parameters
observer:(NSObject <SkySyncObserver> *)observer