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 page provides documentation for the `FixedCredentialsProvider` class, a part of the Google API Client Libraries for Java, with the latest version being 2.63.1."],["The `FixedCredentialsProvider` class is an implementation of `CredentialsProvider` that consistently uses the same credentials for all requests, and it is designed to always provide the same credentials."],["The `create(Credentials credentials)` static method allows users to construct a new `FixedCredentialsProvider` instance using a provided `Credentials` object."],["The abstract method `getCredentials()` is used to retrieve the credentials that will be utilized for service calls, acquiring them if they have not been previously obtained."],["The documentation shows the full history of versions starting from version 2.22.0 up until the latest release, 2.63.1, alongside links to each version's documentation."]]],[]]