server Validation Cas
Parameters
value
Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.
Parameters
values
Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.
suspend fun serverValidationCas(argument: List<suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit>)
suspend fun serverValidationCas(vararg argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
suspend fun serverValidationCas(argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
Parameters
argument
Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.