this.url = platformParameters.getHost() + DEVICE_CREDENTIALS_URI;
}
@Override
public DeviceCredentialsRepresentation pollCredentials(String deviceId, int interval, int timeout) {
PollingStrategy pollingStrategy = new PollingStrategy((long) timeout, SECONDS, (long) interval);
return pollCredentials(deviceId, pollingStrategy);
}