Provides an interface to hold and acquire the credentials that will be used to call the service.
Methods
getCredentials()
publicabstractCredentialsgetCredentials()
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 documents the `CredentialsProvider` interface within the Google API Client Library for Java (gax), providing access to credentials for service calls."],["The latest version of the `CredentialsProvider` documentation is 2.63.1, with a comprehensive list of prior versions dating back to 2.7.1, each with its own dedicated documentation page."],["The `getCredentials()` method is the core function of this interface, and is an abstract function that returns the `com.google.auth.Credentials` that are used for a call, and will be acquired if they have not yet been."],["Calling the `getCredentials()` method can throw an `IOException`."],["Version 2.52.0 is selected as the current selected version of the `CredentialsProvider`."]]],[]]