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 Libraries for Java, specifically within version 2.35.0 of the library."],["The `GoogleCredentialsProvider` class is used to acquire credentials for calling Google services, primarily through the use of Application Default Credentials, and it implements the `CredentialsProvider` interface."],["The most recent version of `GoogleCredentialsProvider` is 2.63.1, with a full history of versions dating back to version 2.7.1 available on the page."],["The class offers methods to retrieve credentials, get JWT-enabled scopes, get scopes to apply, check the use of JWT access with scope, and create a new builder or a builder from existing credentials, using the static method `newBuilder()` and `toBuilder()`, respectively."],["The class inherits from `java.lang.Object`, allowing it to make use of the Object class methods, such as `clone()` and `equals()`."]]],[]]