Types

Link copied to clipboard
class InvalidCharacters(handleWithoutInvalidCharacters: String, val invalidCharactersUsed: List<Char>) : ValidateUserHandleResult.Invalid
Link copied to clipboard
class TooLong(handleWithoutInvalidCharacters: String) : ValidateUserHandleResult.Invalid
Link copied to clipboard
class TooShort(handleWithoutInvalidCharacters: String) : ValidateUserHandleResult.Invalid

Properties

Link copied to clipboard
val handle: String
Link copied to clipboard
val isValid: Boolean