Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dfetch_oauth2.cc73 const char* json_sts_options_file_path = nullptr; in main() local
86 &json_sts_options_file_path); in main()
95 if (json_sts_options_file_path != nullptr && in main()
104 if (json_sts_options_file_path != nullptr || in main()
124 } else if (json_sts_options_file_path != nullptr) { in main()
125 creds = create_sts_creds(json_sts_options_file_path); in main()
130 json_sts_options_file_path); in main()