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."],[[["The latest version available is 2.63.1, as indicated by the \"latest\" tag, and the list includes numerous prior versions of the software, with 2.8.1 being specified at the top as well."],["`NoCredentialsProvider` is a class that implements the `CredentialsProvider` interface and always returns null, meaning it does not provide any credentials."],["This class inherits from `java.lang.Object` and includes standard methods like `clone()`, `equals()`, and `toString()`, as indicated under \"Inherited Members\"."],["The class has a constructor, `NoCredentialsProvider()`, and two main methods: `create()`, which returns an instance of `NoCredentialsProvider`, and `getCredentials()`, which is designed to return credentials for service calls but always returns null."]]],[]]