extraHeaders

@JvmName(name = "scqhxqlvpoeppibg")
suspend fun extraHeaders(value: Output<Map<String, String>>)
@JvmName(name = "mhuckxugboooqtso")
suspend fun extraHeaders(value: Map<String, String>?)

Parameters

value

(map[string]string: optional) - Add to the JWT headers, alongside "kid" and "type". Setting the "kid" header here is not allowed; use private_key.key_id.


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

Parameters

values

(map[string]string: optional) - Add to the JWT headers, alongside "kid" and "type". Setting the "kid" header here is not allowed; use private_key.key_id.