successStrings

@JvmName(name = "hmmiobakkdlpabjw")
suspend fun successStrings(value: Output<List<String>>)
@JvmName(name = "rubqonfkgwbhgmhg")
suspend fun successStrings(value: List<String>)

Parameters

value

Strings in the body of the response that indicate a successful login or account creation attempt. To be counted as a success, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings. JSON examples: "SuccessStrings": [ "Login successful" ] and "SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]


@JvmName(name = "diilsivlmqnlxrln")
suspend fun successStrings(vararg values: Output<String>)


@JvmName(name = "jxsrxxklojpyyrok")
suspend fun successStrings(values: List<Output<String>>)
@JvmName(name = "rxrrkhiekrnpkabu")
suspend fun successStrings(vararg values: String)

Parameters

values

Strings in the body of the response that indicate a successful login or account creation attempt. To be counted as a success, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings. JSON examples: "SuccessStrings": [ "Login successful" ] and "SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]