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 provides documentation for the `NoCredentialsProvider` class in the Google API Client Library for Java, which is a `CredentialsProvider` that always returns `null`."],["The latest version of the `NoCredentialsProvider` class available is 2.63.1, however many older versions are also available to access."],["The `NoCredentialsProvider` class implements the `CredentialsProvider` interface and inherits from `java.lang.Object`."],["The `NoCredentialsProvider` class has two main methods, `create()`, to instantiate the class and `getCredentials()`, to get the credentials which will always return null."],["This class can be used to prevent credentials from being acquired when the `getCredentials()` method is called, by always returning a null credential."]]],[]]