Go to the source code of this file.
◆ GRPC_AUTH_JSON_TYPE_AUTHORIZED_USER
#define GRPC_AUTH_JSON_TYPE_AUTHORIZED_USER "authorized_user" |
◆ GRPC_AUTH_JSON_TYPE_INVALID
#define GRPC_AUTH_JSON_TYPE_INVALID "invalid" |
◆ GRPC_AUTH_JSON_TYPE_SERVICE_ACCOUNT
#define GRPC_AUTH_JSON_TYPE_SERVICE_ACCOUNT "service_account" |
◆ grpc_copy_json_string_property()
bool grpc_copy_json_string_property |
( |
const grpc_json * |
json, |
|
|
const char * |
prop_name, |
|
|
char ** |
copied_value |
|
) |
| |
◆ grpc_json_get_string_property()
const char* grpc_json_get_string_property |
( |
const grpc_json * |
json, |
|
|
const char * |
prop_name, |
|
|
grpc_error ** |
error |
|
) |
| |