Searched refs:grpc_copy_json_string_property (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 87 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/ |
D | json_util.h | 39 bool grpc_copy_json_string_property(const grpc_json* json,
|
D | json_util.cc | 45 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/ |
D | oauth2_credentials.cc | 62 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()
|