unaryPlus

operator fun String.unaryPlus()(source)

Adds this string as an identifier to the list.

Example

allowListStrategy {
+"user-123"
+"user-456"
}