successCodes

@JvmName(name = "jbqdcwqqkmobffdu")
suspend fun successCodes(value: Output<List<Int>>)
@JvmName(name = "driiciyxqfvrjacv")
suspend fun successCodes(value: List<Int>)

Parameters

value

Status codes in the response that indicate a successful login or account creation attempt. To be counted as a success, the response status code must match one of these. Each code must be unique among the success and failure status codes. JSON example: "SuccessCodes": [ 200, 201 ]


@JvmName(name = "wpbbbegnvclaccof")
suspend fun successCodes(vararg values: Output<Int>)


@JvmName(name = "ivvbdjhmahohdjtd")
suspend fun successCodes(values: List<Output<Int>>)
@JvmName(name = "auqbqdsimsjqpfqw")
suspend fun successCodes(vararg values: Int)

Parameters

values

Status codes in the response that indicate a successful login or account creation attempt. To be counted as a success, the response status code must match one of these. Each code must be unique among the success and failure status codes. JSON example: "SuccessCodes": [ 200, 201 ]