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."],[[["The latest version of the `NoCredentialsProvider` is 2.63.1, but version 2.48.1 is the current context."],["`NoCredentialsProvider` is a `CredentialsProvider` that consistently returns null credentials."],["This class implements the `CredentialsProvider` interface and extends the `java.lang.Object` class."],["It offers a static `create()` method to instantiate the `NoCredentialsProvider`."],["The `getCredentials()` method is available to retrieve credentials, which in this case, will always be null."]]],[]]