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 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."]]],[]]