#include <stdio.h>
#include <string.h>
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/slice.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/lib/security/credentials/composite/composite_credentials.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/slice/slice_string_helpers.h"
#include "test/core/util/cmdline.h"
Go to the source code of this file.
Classes | |
struct | synchronizer |
Functions | |
int | main (int argc, char **argv) |
static void | on_metadata_response (void *arg, grpc_error_handle error) |
Definition at line 65 of file print_google_default_creds_token.cc.
|
static |
Definition at line 44 of file print_google_default_creds_token.cc.