initializeWithAppID:domain:secConfiguration:(NSString *, NSString *, NSString *) method
   
   Gets the instance/object of the client connection class.
      Syntax
         
            public static virtual 
               SMPClientConnection * 
            initializeWithAppID:domain:secConfiguration:
            (NSString * applicationID, NSString * domain, NSString * secConfig)
         
      
      Parameters
         
            - 
               applicationID – 
               Application Id of the application trying to establish the connection
            
 
            - 
               domain – 
               server domain
            
 
            - 
               securityConfig – 
               The name of the security configuration authenticating the user against a certain authentication provider
            
 
         
       
      Returns
Returns the instance of the class SMPClientConnection
      
      Usage
         Returns the instance of the class SMPClientConnection