Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
Public Member Functions | List of all members
google::cloud::Credentials Class Referenceabstract

An opaque representation of the authentication configuration. More...

#include <google/cloud/credentials.h>

Public Member Functions

virtual ~Credentials ()=0
 

Detailed Description

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.

See also
https://cloud.google.com/docs/authentication for more information on authentication in GCP.
https://cloud.google.com/iam for more information on the IAM Service.

Constructor & Destructor Documentation

◆ ~Credentials()

virtual google::cloud::Credentials::~Credentials ( )
pure virtual