15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_OAUTH2_GOOGLE_APPLICATION_DEFAULT_CREDENTIALS_FILE_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_OAUTH2_GOOGLE_APPLICATION_DEFAULT_CREDENTIALS_FILE_H
18#include "google/cloud/storage/version.h"
24GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
28
29
30
31
32
33
34
38
39
40
41
42
43
44
45
49
50
51
52
53
54
55
56
60
61
62
63
64
65
66
70
71
72
73
74
75
76
77
78
82GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Authentication components for Google Cloud Storage.
Definition: anonymous_credentials.h:26
char const * GoogleGcloudAdcFileEnvVar()
Returns the environment variable to override the gcloud ADC path.
std::string GoogleAdcFilePathFromWellKnownPathOrEmpty()
Returns the path to the Application Default Credentials file, if set.
char const * GoogleAdcEnvVar()
Returns the Application Default Credentials environment variable name.
char const * GoogleAdcHomeEnvVar()
Returns the environment variable used to construct the well known ADC path.
std::string GoogleAdcFilePathFromEnvVarOrEmpty()
Returns the path to the Application Default Credentials file, if set.
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24