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-04-23 UTC."],[[["The content provides documentation for various versions of the `Credentials` class in the Google Cloud C++ client library, ranging from version 2.10.1 to the latest release candidate, 2.37.0-rc."],["The `Credentials` class represents the authentication configuration for Google Cloud services, and is used to encapsulate authentication parameters."],["Only internal client library components should access the details of the `Credentials` class, with applications typically using factory functions to configure authentication."],["The OAuth2 Library can be used to create access tokens from a `Credentials` object."],["Additional information about authentication and the IAM service in Google Cloud can be found at the provided links."]]],[]]