Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc87 if (!grpc_copy_json_string_property(json, "private_key_id", in grpc_auth_json_key_create_from_json()
89 !grpc_copy_json_string_property(json, "client_id", &result.client_id) || in grpc_auth_json_key_create_from_json()
90 !grpc_copy_json_string_property(json, "client_email", in grpc_auth_json_key_create_from_json()
/external/grpc-grpc/src/core/lib/security/util/
Djson_util.h39 bool grpc_copy_json_string_property(const grpc_json* json,
Djson_util.cc45 bool grpc_copy_json_string_property(const grpc_json* json, in grpc_copy_json_string_property() function
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc62 if (!grpc_copy_json_string_property(json, "client_secret", in grpc_auth_refresh_token_create_from_json()
64 !grpc_copy_json_string_property(json, "client_id", &result.client_id) || in grpc_auth_refresh_token_create_from_json()
65 !grpc_copy_json_string_property(json, "refresh_token", in grpc_auth_refresh_token_create_from_json()