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."],["The `GoogleCredentialsProvider` class acquires credentials using Application Default Credentials, as described at developers.google.com/identity/protocols/application-default-credentials."],["The latest version documented on this page is 2.63.1, with numerous previous versions ranging down to 2.7.1, which is also the version where the detailed documentation is displayed."],["Key methods of `GoogleCredentialsProvider` include `getCredentials()`, `getJwtEnabledScopes()`, `getScopesToApply()`, `getUseJwtAccessWithScope()`, `newBuilder()`, and `toBuilder()`."],["The class inherits several methods from the `java.lang.Object` class, such as `clone()`, `equals(Object)`, `hashCode()` etc."]]],[]]