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-03-21 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, and it implements the `CredentialsProvider` interface."],["The most recent version of the `GoogleCredentialsProvider` is 2.63.1, with the webpage also detailing a long list of many previous versions of the API."],["The class provides methods for retrieving credentials (`getCredentials`), listing JWT enabled scopes (`getJwtEnabledScopes`), getting the scopes to apply (`getScopesToApply`), checking if JWT access with scope is used (`getUseJwtAccessWithScope`), creating a builder instance (`newBuilder`) and to create a new builder based on the current state (`toBuilder`)."],["The webpage also includes information on inherited members, including methods from the `java.lang.Object` class, as well as noting the presence of Beta features within the class."]]],[]]