Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dfetch_oauth2.cc64 const char* json_refresh_token_file_path) { in create_refresh_token_creds() argument
66 grpc_core::testing::GetFileContents(json_refresh_token_file_path); in create_refresh_token_creds()
74 const char* json_refresh_token_file_path = nullptr; in main() local
80 &json_refresh_token_file_path); in main()
96 json_refresh_token_file_path != nullptr) { in main()
105 json_refresh_token_file_path != nullptr) { in main()
115 } else if (json_refresh_token_file_path != nullptr) { in main()
116 creds = create_refresh_token_creds(json_refresh_token_file_path); in main()
121 json_refresh_token_file_path); in main()