In the SDK documentation it is written how to create an ids client
IdSClient idsClient = IdSClientFactory.getIdSClient();
idsClient.init(ClientSpecific instanceOf IdSClientConfiguration);
But there is no information about where to get some parameter...