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 webpage provides a detailed list of available versions for the `Credentials` class in the Google Cloud C++ library, ranging from version 2.10.1 up to the latest release candidate, 2.37.0-rc."],["The `Credentials` class acts as an opaque container for authentication configurations used within Google Cloud client libraries, primarily accessed by internal components."],["Applications use factory functions to initialize the `Credentials` class with the required parameters, such as access tokens."],["Access tokens can be created from a `Credentials` object using the OAuth2 Library, offering methods for managing authentication within the application."],["The page provides links to various resources, including GCP authentication, authentication for client libraries, and the IAM Service, for more detailed information about authentication in Google Cloud Platform."]]],[]]