Searched refs:json_key_file_path (Results 1 – 2 of 2) sorted by relevance
31 void create_jwt(const char* json_key_file_path, const char* service_url, in create_jwt() argument37 "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() local66 &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()
47 char* json_key_file_path = nullptr; in main() local64 if (json_key_file_path != nullptr && in main()72 if (json_key_file_path != nullptr || scope != nullptr) { in main()