Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dfetch_oauth2.cc35 const char* json_refresh_token_file_path) { in create_refresh_token_creds() argument
39 grpc_load_file(json_refresh_token_file_path, 1, &refresh_token))); in create_refresh_token_creds()
48 const char* json_refresh_token_file_path = nullptr; in main() local
55 &json_refresh_token_file_path); in main()
65 json_refresh_token_file_path != nullptr) { in main()
82 } else if (json_refresh_token_file_path != nullptr) { in main()
83 creds = create_refresh_token_creds(json_refresh_token_file_path); in main()
88 json_refresh_token_file_path); in main()