Skip Navigation

sdkParameters section

This section describes parameters that are required to interface with the 
BlackBerry AtHoc
 API. Although this section does not use the SDK, it is named sdkParameters for legacy reasons.
<sdkParameters> <orgCode><!CDATA[orgCode]]></orgCode> <url>https://AtHocServer</url> <username>username</username> <password>password</password> <syncSource>AD</syncSource> <clientId>you get this after provisioning</clientId> <clientSecret isEncrypted=”false”>You get this after provisioning</clientSecret> <!-- Configuration for client certificate: Optional--> <clientCertificate> <!-- The subject of the certificate: Optional--> <subject></subject> <!-- The store name where the cert resides, either: ROOT,TRUSTEDPEOPLE,TRUSTEDPUBLISHER,AUTHROOT,CERTIFICATEAUTHORITY,MY--> <storeName></storeName> <!-- The cert store location, either: LOCALMACHINE or CURRENTUSER--> <storeLocation></storeLocation> </clientCertificate> </sdkParameters>