headers

@JvmName(name = "eajfbagbkypfkykq")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "rcmmnnbyxnhclwfo")
suspend fun headers(value: Map<String, String>?)

Parameters

value

The custom headers we want to add once we send request to token endpoint.


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

Parameters

values

The custom headers we want to add once we send request to token endpoint.