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-02 UTC."],[[["This webpage details the `MtlsProvider` class in the Google API Client Library for Java, specifically version 2.48.1, which is a provider for mutual TLS (mTLS) configuration."],["The `MtlsProvider` class allows for configuring mTLS in the transport using the default client certificate on the device."],["The class offers methods like `getKeyStore()` to access the mTLS key store, `getMtlsEndpointUsagePolicy()` to check the mTLS endpoint usage policy, and `useMtlsClientCertificate()` to verify if an mTLS client certificate should be used."],["The library that this class is a part of is currently in a Pre-GA state, so there might be limited support and changes to other versions might not be compatible."],["The latest available version of this class is 2.63.1, and there is a list of previous versions that you can view to see changes that have been made."]]],[]]