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 webpage lists the different versions of the `FixedCredentialsProvider` class, ranging from version 2.7.1 up to the latest version, 2.63.1."],["`FixedCredentialsProvider` is a class that implements the `CredentialsProvider` interface and always provides the same credentials."],["It includes a static method, `create(Credentials credentials)`, to instantiate the `FixedCredentialsProvider` with specific credentials."],["The `getCredentials()` method, which is an abstract method, is used to retrieve the credentials that will be used for calling the service."],["This class inherits members from the Object class, as well as implements the CredentialsProvider interface."]]],[]]