HiddenString

constructor(value: String, placeholder: String = HIDDEN_STRING_PLACEHOLDER)(source)

Parameters

value

The original string value to be hidden.

placeholder

The placeholder text to display when the instance is converted to a string. Defaults to "HIDDEN:non-empty".