randomString static method

String randomString()

Implementation

static String randomString() {
  return getRandomClientId();
}