15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_OAUTH2_ANONYMOUS_CREDENTIALS_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_OAUTH2_ANONYMOUS_CREDENTIALS_H
18#include "google/cloud/storage/oauth2/credentials.h"
19#include "google/cloud/storage/version.h"
25GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
29
30
31
32
33
34
35
36
37
38
44
45
46
47
52GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
A Credentials type representing "anonymous" Google OAuth2.0 credentials.
Definition: anonymous_credentials.h:39
AnonymousCredentials()=default
StatusOr< std::string > AuthorizationHeader() override
While other Credentials subclasses return a string containing an Authorization HTTP header from this ...
Interface for OAuth 2.0 credentials used to access Google Cloud services.
Definition: credentials.h:47
Authentication components for Google Cloud Storage.
Definition: anonymous_credentials.h:26
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24