#include <json_token.h>
Public Attributes | |
char * | client_email |
char * | client_id |
RSA * | private_key |
char * | private_key_id |
const char * | type |
Definition at line 36 of file json_token.h.
char* grpc_auth_json_key::client_email |
Definition at line 40 of file json_token.h.
char* grpc_auth_json_key::client_id |
Definition at line 39 of file json_token.h.
RSA* grpc_auth_json_key::private_key |
Definition at line 41 of file json_token.h.
char* grpc_auth_json_key::private_key_id |
Definition at line 38 of file json_token.h.
const char* grpc_auth_json_key::type |
Definition at line 37 of file json_token.h.