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