userName

@JvmName(name = "mplwausgnmqmbqcs")
suspend fun userName(value: Output<Map<String, String>>)
@JvmName(name = "ljrtkbaadtkwbcxa")
suspend fun userName(value: Map<String, String>)

Parameters

value

The user name. If user name and password sent in header request we only need to populate the value property with the user name (Same as basic auth). If user name and password sent in body request we need to specify the Key and Value.


@JvmName(name = "fapinqedumdlhfex")
fun userName(vararg values: Pair<String, String>)

Parameters

values

The user name. If user name and password sent in header request we only need to populate the value property with the user name (Same as basic auth). If user name and password sent in body request we need to specify the Key and Value.