Returns if mutual TLS client certificate should be used. If the value is true, the key store
from #getKeyStore() will be used to configure mutual TLS transport.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `MtlsProvider` is 2.63.1, but many other versions are documented, ranging from 2.2.0 all the way up to the latest version."],["`MtlsProvider` is a class that allows for mutual TLS configuration in the transport using the default client certificate."],["The `getKeyStore()` method returns the key store with the default client certificate, and it can throw an `IOException`."],["The `getMtlsEndpointUsagePolicy()` method retrieves the current policy for mutual TLS endpoint usage, found in the `MtlsProvider.MtlsEndpointUsagePolicy` documentation."],["The `useMtlsClientCertificate()` method indicates if the mutual TLS client certificate should be used, and if true, will use the key store returned by the `getKeyStore()` method."]]],[]]