#include "test/core/security/oauth2_utils.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/string_util.h>
#include <grpc/support/sync.h>
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/promise/exec_ctx_wakeup_scheduler.h"
#include "src/core/lib/promise/map.h"
#include "src/core/lib/resource_quota/resource_quota.h"
#include "src/core/lib/security/context/security_context.h"
#include "src/core/lib/security/credentials/credentials.h"
Go to the source code of this file.
Functions | |
char * | grpc_test_fetch_oauth2_token_with_credentials (grpc_call_credentials *creds) |
Variables | |
static auto * | g_memory_allocator |
char* grpc_test_fetch_oauth2_token_with_credentials | ( | grpc_call_credentials * | creds | ) |
Definition at line 42 of file oauth2_utils.cc.
|
static |
Definition at line 38 of file oauth2_utils.cc.