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 (gax) version 2.37.0."],["The `GoogleCredentialsProvider` class is used to acquire credentials using Application Default Credentials, as outlined in the provided link to the Google Identity documentation."],["It implements the `CredentialsProvider` interface and includes methods for obtaining credentials, such as `getCredentials()`, which can throw an `IOException`."],["The class also offers methods to retrieve lists of JWT-enabled scopes and scopes to apply, as well as checking if JWT access is used with a scope using `getJwtEnabledScopes()`, `getScopesToApply()`, and `getUseJwtAccessWithScope()`, respectively."],["A variety of versions for this resource are available, with version 2.63.1 being the latest, and links are provided for each previous version, starting from 2.62.0 all the way to 2.7.1."]]],[]]