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 provided content outlines various versions of the `Credentials` class within the Google Cloud C++ client library, with version 2.37.0-rc being the latest release candidate."],["The `Credentials` class serves as an opaque representation of authentication configuration, handling authentication parameters supplied by factory functions."],["Only the client libraries' internal components should access the specific details within the `Credentials` class, while applications generally interact through factory functions."],["Access tokens can be generated from a `Credentials` object using the OAuth2 Library, for which there is a provided link."],["Further information on authentication within Google Cloud Platform (GCP) and the IAM service can be found at the provided documentation links."]]],[]]