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."],[[["The latest version available is 2.37.0-rc, with several other previous versions listed, including 2.36.0, 2.35.0, and down to 2.10.1."],["This documentation details the `Credentials` class, which serves as an opaque representation of authentication configuration within the Google Cloud C++ client libraries."],["Applications utilize factory functions to establish authentication parameters, encapsulating them within a `Credentials` class instance."],["The OAuth2 library can be employed to generate access tokens from a `Credentials` object."],["Further information on authentication in GCP, authentication for client libraries, and the IAM service can be found via provided links."]]],[]]