build
Build an OkHttpClient configured for mutual TLS.
Return
A new OkHttpClient configured for mTLS, or the base client if no valid credentials are available.
Parameters
base Client
The base OkHttpClient to configure. The returned client will inherit all settings from the base client.
mtls Config
The mTLS configuration with client certificate provider.