Home
last modified time | relevance | path

Searched refs:grpc_json_get_string_property (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/util/
Djson_util.cc28 const char* grpc_json_get_string_property(const grpc_json* json, in grpc_json_get_string_property() function
48 const char* prop_value = grpc_json_get_string_property(json, prop_name); in grpc_copy_json_string_property()
Djson_util.h34 const char* grpc_json_get_string_property(const grpc_json* json,
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc80 prop_value = grpc_json_get_string_property(json, "type"); in grpc_auth_json_key_create_from_json()
95 prop_value = grpc_json_get_string_property(json, "private_key"); in grpc_auth_json_key_create_from_json()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc55 prop_value = grpc_json_get_string_property(json, "type"); in grpc_auth_refresh_token_create_from_json()