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 various versions of the `FixedCredentialsProvider` class, with the latest version being 2.63.1."],["`FixedCredentialsProvider` is a `CredentialsProvider` that consistently uses the same credentials for authentication."],["The class implements the `CredentialsProvider` interface and inherits from `java.lang.Object`."],["The static method `create(Credentials credentials)` is used to instantiate a new `FixedCredentialsProvider` instance with specified credentials."],["The abstract method `getCredentials()` is used to retrieve the credentials that will be used to call the service, acquiring them if necessary."]]],[]]