Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
An opaque representation of the authentication configuration. More...
#include <google/cloud/credentials.h>
Public Member Functions | |
virtual | ~Credentials ()=0 |
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.
|
pure virtual |