successCodes

@JvmName(name = "hyljqncbedjuemsh")
suspend fun successCodes(value: Output<List<Int>>)
@JvmName(name = "cqwhbbwsgothkvmg")
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 = "ketgvlxguowvrmdl")
suspend fun successCodes(vararg values: Output<Int>)


@JvmName(name = "ytvrsbhkilmvqpig")
suspend fun successCodes(values: List<Output<Int>>)
@JvmName(name = "hgrkuvxeklfturuk")
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 ]