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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]