clientAuthenticationMethod

@JvmName(name = "xijipbqvxpnjfkoq")
suspend fun clientAuthenticationMethod(value: Output<List<Either<String, ClientAuthenticationMethod>>>)
@JvmName(name = "kwbhvrpfvygklksh")
suspend fun clientAuthenticationMethod(value: List<Either<String, ClientAuthenticationMethod>>?)

Parameters

value

Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.


@JvmName(name = "gxlsbskklleswlkw")
suspend fun clientAuthenticationMethod(vararg values: Output<Either<String, ClientAuthenticationMethod>>)


@JvmName(name = "aqbxvsdlfteapkii")
suspend fun clientAuthenticationMethod(values: List<Output<Either<String, ClientAuthenticationMethod>>>)
@JvmName(name = "qrdtencnsejnguxv")
suspend fun clientAuthenticationMethod(vararg values: Either<String, ClientAuthenticationMethod>)

Parameters

values

Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.