pub async fn create_mutual_tls_authentication(
    configuration: &mut Configuration,
    params: CreateMutualTlsAuthenticationParams
) -> Result<MutualAuthenticationResponse, Error<CreateMutualTlsAuthenticationError>>
Expand description

Create a mutual authentication using a bundle of certificates to enable client-to-server mutual TLS.