-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public class SessionUtils
-
-
Method Summary
Modifier and Type Method Description static StringgenerateRandomAlphaNumericString(intĀ length)Generates a random alpha numeric string. -
-
Method Detail
-
generateRandomAlphaNumericString
static String generateRandomAlphaNumericString(intĀ length)
Generates a random alpha numeric string.
- Parameters:
length- the desired length of the generated string.
-
-
-
-