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 webpage provides access to different versions of the `Credentials` class documentation, ranging from version 2.10.1 to the latest release candidate 2.37.0-rc."],["The `Credentials` class serves as an opaque representation of authentication configurations, used by applications through factory functions to supply authentication parameters like access tokens."],["The `Credentials` class is primarily designed for internal use within client libraries, featuring a purposefully narrow interface, with applications using factory functions to handle its parameters."],["The OAuth2 Library can be leveraged to generate access tokens from a `Credentials` object, as referenced by the documentation."],["For additional details on GCP authentication and IAM Service, external resources such as the provided URLs are available."]]],[]]