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."],[[["This webpage provides documentation for the `MtlsProvider` class in the Google API Client Library for Java, which is currently in a pre-GA stage and may have limited support."],["The `MtlsProvider` class is designed to configure mutual TLS (mTLS) in the transport layer using the default client certificate on a device, and it inherits from `java.lang.Object`."],["The latest version of the `MtlsProvider` class available is version 2.63.1, with a list of many previous versions included that are clickable links to the content of that version."],["Key functionalities of `MtlsProvider` include retrieving the mTLS key store with `getKeyStore()`, getting the current mTLS endpoint usage policy with `getMtlsEndpointUsagePolicy()`, and checking if a mTLS client certificate should be used with `useMtlsClientCertificate()`."]]],[]]