#include <grpc/support/port_platform.h>#include <utility>#include <grpc/grpc.h>#include <grpc/grpc_security.h>#include <grpc/impl/codegen/grpc_types.h>#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/gpr/useful.h"#include "src/core/lib/gprpp/ref_counted_ptr.h"#include "src/core/lib/gprpp/unique_type_name.h"#include "src/core/lib/security/credentials/credentials.h"#include "src/core/lib/security/security_connector/security_connector.h"

Go to the source code of this file.
Classes | |
| class | grpc_google_default_channel_credentials |
Namespaces | |
| grpc_core | |
| grpc_core::internal | |
Macros | |
| #define | GRPC_GOOGLE_CLOUD_SDK_CONFIG_DIRECTORY "gcloud" |
| #define | GRPC_GOOGLE_CREDENTIALS_PATH_ENV_VAR "HOME" |
| #define | GRPC_GOOGLE_CREDENTIALS_PATH_SUFFIX |
| #define | GRPC_GOOGLE_WELL_KNOWN_CREDENTIALS_FILE "application_default_credentials.json" |
Typedefs | |
| typedef bool(* | grpc_core::internal::grpc_gce_tenancy_checker) (void) |
Functions | |
| void | grpc_core::internal::grpc_flush_cached_google_default_credentials (void) |
| void | grpc_core::internal::set_gce_tenancy_checker_for_testing (grpc_gce_tenancy_checker checker) |
| #define GRPC_GOOGLE_CLOUD_SDK_CONFIG_DIRECTORY "gcloud" |
Definition at line 36 of file google_default_credentials.h.
| #define GRPC_GOOGLE_CREDENTIALS_PATH_ENV_VAR "HOME" |
Definition at line 46 of file google_default_credentials.h.
| #define GRPC_GOOGLE_CREDENTIALS_PATH_SUFFIX |
Definition at line 47 of file google_default_credentials.h.
| #define GRPC_GOOGLE_WELL_KNOWN_CREDENTIALS_FILE "application_default_credentials.json" |
Definition at line 37 of file google_default_credentials.h.