GRPC Core  9.0.0
Data Fields
grpc_auth_json_key Struct Reference

#include <json_token.h>

Data Fields

const char * type
 
char * private_key_id
 
char * client_id
 
char * client_email
 
RSA * private_key
 

Field Documentation

◆ client_email

char* grpc_auth_json_key::client_email

◆ client_id

char* grpc_auth_json_key::client_id

◆ private_key

RSA* grpc_auth_json_key::private_key

◆ private_key_id

char* grpc_auth_json_key::private_key_id

◆ type

const char* grpc_auth_json_key::type

The documentation for this struct was generated from the following file: