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 page provides documentation for the `MtlsProvider` class in the Google API Client Library for Java, focusing on versions ranging from 2.7.1 to 2.63.1, with 2.63.1 being the latest."],["The `MtlsProvider` class is used to configure mutual TLS (mTLS) in the transport using the default client certificate on the device."],["The class provides methods to retrieve the key store (`getKeyStore()`), the mTLS endpoint usage policy (`getMtlsEndpointUsagePolicy()`), and determine if an mTLS client certificate should be used (`useMtlsClientCertificate()`)."],["This library is in a Pre-GA state, with potential for limited support and possible breaking changes in future versions."],["The class inherits members from `java.lang.Object` like `clone()`, `equals()`, `getClass()` and others, in addition to defining its own methods."]]],[]]