additionalLoginParameters

@JvmName(name = "mfrqhgyfmvlllbfu")
suspend fun additionalLoginParameters(value: Output<Map<String, String>>)
@JvmName(name = "buwhfbucjvrxoqwa")
suspend fun additionalLoginParameters(value: Map<String, String>?)

Parameters

value

Specifies a map of login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.


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

Parameters

values

Specifies a map of login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.