clientAuthenticationMethods

@JvmName(name = "csexfcwbgcgcvjfc")
suspend fun clientAuthenticationMethods(value: Output<List<String>>)
@JvmName(name = "wngduxpvsptapqjt")
suspend fun clientAuthenticationMethods(value: List<String>?)

Parameters

value

The Authentication Methods supported by the Token endpoint of this Authorization Server.. Possible values are Basic and Body.


@JvmName(name = "siyaqbbdcybhgyjq")
suspend fun clientAuthenticationMethods(vararg values: Output<String>)


@JvmName(name = "arjoxsqldlpkottx")
suspend fun clientAuthenticationMethods(values: List<Output<String>>)
@JvmName(name = "wcgasbxqlmtyrlys")
suspend fun clientAuthenticationMethods(vararg values: String)

Parameters

values

The Authentication Methods supported by the Token endpoint of this Authorization Server.. Possible values are Basic and Body.