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-02 UTC."],[[["This webpage provides documentation for the `GoogleCredentialsProvider` class, which is part of the Google API Client Library for Java (gax) version 2.16.0."],["The `GoogleCredentialsProvider` class is an abstract class that implements the `CredentialsProvider` interface and is designed to acquire credentials using Application Default Credentials, as detailed at the provided link."],["The page lists all versions of the `GoogleCredentialsProvider` starting from 2.63.1(latest) to 2.7.1, offering links to documentation for each specific release."],["The class provides methods to retrieve credentials (`getCredentials`), get JWT-enabled scopes (`getJwtEnabledScopes`), get scopes to apply (`getScopesToApply`), check if JWT access with scope is used (`getUseJwtAccessWithScope`), and create a builder (`newBuilder`, `toBuilder`)."],["The documentation includes details on the class's inheritance, implemented interfaces, inherited members from `Object`, as well as the constructors and methods available in the `GoogleCredentialsProvider` class."]]],[]]