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-09 UTC."],[[["This webpage details the `GoogleCredentialsProvider` class, which is part of the `com.google.api.gax.core` package, and is designed to acquire credentials using Application Default Credentials."],["The latest version of `GoogleCredentialsProvider` is 2.63.1, with a comprehensive list of past versions ranging from 2.62.0 down to 2.7.1 available for reference."],["`GoogleCredentialsProvider` implements the `CredentialsProvider` interface and inherits members from the `java.lang.Object` class."],["The class provides methods to retrieve credentials, get a list of JWT-enabled scopes and scopes to apply, check if JWT access is enabled with scopes, and create a new builder or retrieve an existing one for configuration purposes."],["The webpage provides a link to the Application Default Credentials documentation for more information, which can be found here: https://developers.google.com/identity/protocols/application-default-credentials."]]],[]]