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