#include <grpc/support/port_platform.h>
#include "src/core/lib/security/credentials/iam/iam_credentials.h"
#include <stdlib.h>
#include <utility>
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include <grpc/support/log.h>
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/promise/poll.h"
#include "src/core/lib/promise/promise.h"
#include "src/core/lib/surface/api_trace.h"
#include "src/core/lib/transport/metadata_batch.h"
Go to the source code of this file.
Functions | |
grpc_call_credentials * | grpc_google_iam_credentials_create (const char *token, const char *authority_selector, void *reserved) |
grpc_call_credentials* grpc_google_iam_credentials_create | ( | const char * | authorization_token, |
const char * | authority_selector, | ||
void * | reserved | ||
) |
Creates an IAM credentials object for connecting to Google.
Definition at line 70 of file iam_credentials.cc.