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."],[[["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."],["`MtlsProvider` is a class that handles mutual TLS configuration by setting up the transport with a default client certificate on the device."],["The `getKeyStore()` method retrieves the mutual TLS key store, which is created using the default client certificate."],["The `getMtlsEndpointUsagePolicy()` method is used to know the current mutual TLS endpoint usage policy."],["The `useMtlsClientCertificate()` method determines whether a mutual TLS client certificate should be used, and, if so, it configures the mutual TLS transport with the key store obtained from the `getKeyStore()` method."]]],[]]