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."],[[["This webpage provides documentation for the `GoogleCredentialsProvider` class, which is part of the Google API Client Libraries for Java."],["The `GoogleCredentialsProvider` class is used to acquire credentials using Application Default Credentials, which is further documented on the Google Developers website."],["The webpage lists the numerous versions of the class available for reference, from version 2.63.1 down to 2.7.1, with links to each version's specific documentation."],["The `GoogleCredentialsProvider` class has methods such as `getCredentials()`, which retrieves the credentials for service calls, and `getJwtEnabledScopes()`, `getScopesToApply()`, and `getUseJwtAccessWithScope()`, which provide information about scopes and JWT access."],["There are also static methods like `newBuilder()` and `toBuilder()`, which return a builder for configuring the `GoogleCredentialsProvider`."]]],[]]