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-15 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."]]],[]]