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