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-09 UTC."],[[["This webpage provides documentation for the `MtlsProvider` class in the Google API Client Library for Java, which is used to configure mutual TLS (mTLS) in the transport layer."],["The `MtlsProvider` class allows the configuration of mTLS using the default client certificate on the device, ensuring secure communication."],["The documentation covers various versions of the library, with version 2.63.1 being the latest release and the listing descending down to version 2.7.1."],["The class offers methods to retrieve the mTLS key store (`getKeyStore()`), check the mTLS endpoint usage policy (`getMtlsEndpointUsagePolicy()`), and determine whether to use the mTLS client certificate (`useMtlsClientCertificate()`)."],["It is noted that this is a Pre-GA library, which means it may have limited support and future versions may not be compatible."]]],[]]