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-04-02 UTC."],[[["This webpage details the `MtlsProvider` class, which is used to configure mutual TLS in the transport using the default client certificate on a device."],["The latest version of `MtlsProvider` is 2.63.1, and the page provides documentation for various versions of the class, ranging from 2.7.1 up to the latest."],["`MtlsProvider` allows developers to retrieve the mutual TLS key store using the `getKeyStore()` method, which uses the default client certificate on the device, and may throw an IOException."],["The `getMtlsEndpointUsagePolicy()` method allows for the retrieval of the current mutual TLS endpoint usage policy, and `useMtlsClientCertificate()` checks if the mutual TLS client certificate should be used."],["The library that `MtlsProvider` is a part of, is currently in pre-GA and may have limited support, as well as the possibility of having breaking changes."]]],[]]