An opaque representation of the authentication configuration.
Applications use factory functions to provide the authentication parameters (for example, a raw access token). The factory function encapsulates the parameters in an instance of this class. The interface in this class is (intentionally) very narrow. Only the internal components in the client libraries should need to access the details of this class.
[[["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-05 UTC."],[[["This document provides versioned documentation for the `google::cloud::Credentials` class, which is central to managing authentication configurations."],["The latest release candidate version is 2.37.0-rc, followed by a list of stable releases ranging from 2.36.0 down to 2.10.1."],["The `Credentials` class serves as an opaque container for authentication parameters, mainly accessed internally by client libraries."],["The document also links to external resources providing more information regarding authentication in Google Cloud Platform and the IAM Service."],["The `Credentials` class, found in the common library of the C++ client, is primarily used by factory functions that encapsulate the parameters required to provide authentication, such as a raw access token."]]],[]]