Home
last modified time | relevance | path

Searched refs:json_key_file_path (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/security/
Dcreate_jwt.cc31 void create_jwt(const char* json_key_file_path, const char* service_url, in create_jwt() argument
37 "load_file", grpc_load_file(json_key_file_path, 1, &json_key_data))); in create_jwt()
61 const char* json_key_file_path = nullptr; in main() local
66 &json_key_file_path); in main()
76 if (json_key_file_path == nullptr) { in main()
94 create_jwt(json_key_file_path, service_url, scope); in main()
Dfetch_oauth2.cc47 char* json_key_file_path = nullptr; in main() local
64 if (json_key_file_path != nullptr && in main()
72 if (json_key_file_path != nullptr || scope != nullptr) { in main()