#include <stdio.h>
#include <string.h>
#include <grpc/slice.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/load_file.h"
#include "src/core/lib/security/credentials/jwt/jwt_credentials.h"
#include "test/core/util/cmdline.h"
Go to the source code of this file.
Functions | |
void | create_jwt (const char *json_key_file_path, const char *service_url, const char *scope) |
int | main (int argc, char **argv) |
Definition at line 30 of file create_jwt.cc.
Definition at line 58 of file create_jwt.cc.