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 the `MtlsProvider` class is 2.63.1, and the page lists versions down to 2.7.1 for reference."],["`MtlsProvider` is a class for configuring mutual TLS in the transport layer using the default client certificate on the device."],["This class inherits several methods from `java.lang.Object` and defines methods such as `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()`."],["`getKeyStore()` retrieves the key store created with the default client certificate, potentially throwing an `IOException`."],["`getMtlsEndpointUsagePolicy()` provides the current policy for mutual TLS endpoint usage, and `useMtlsClientCertificate()` indicates if a mutual TLS client certificate should be used."]]],[]]