Gets the credentials which will be used to call the service. If the credentials have not been
acquired yet, then they will be acquired when this function is called.
[[["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."],[[["The latest version available for `GoogleCredentialsProvider` is 2.63.1, but version 2.23.3 is the current focus of the page."],["`GoogleCredentialsProvider` is an abstract class that implements `CredentialsProvider` and is designed to acquire credentials using Application Default Credentials."],["This class provides methods to get credentials, get JWT enabled scopes, get scopes to apply, and check if JWT access with scope is being used, as well as other inherited methods."],["The `newBuilder()` method allows for the creation of a new `GoogleCredentialsProvider.Builder` instance, while the `toBuilder()` method allows for creation of a builder from the current object."],["The documentation lists multiple older versions of `GoogleCredentialsProvider` besides the latest, including versions 2.62.0, 2.61.0, and so on, all the way down to version 2.7.1."]]],[]]