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 with a default client certificate."],["The `MtlsProvider` class is currently in a pre-GA (General Availability) stage, meaning it may have limited support and potential compatibility issues between pre-GA versions, as described in the Pre-GA Offerings Terms."],["The page lists various versions of the `MtlsProvider`, ranging from the latest version 2.63.1 down to version 2.7.1, with each version linking to its respective documentation."],["The documentation details the class's constructor (`MtlsProvider()`) and methods, including `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()`, explaining their purpose, return types, and any exceptions they might throw."],["The `MtlsProvider` class inherits the standard methods from `java.lang.Object`, such as `clone()`, `equals(Object)`, `hashCode()`, and others, as listed in the documentation."]]],[]]