Searched refs:json_refresh_token_file_path (Results 1 – 2 of 2) sorted by relevance
35 const char* json_refresh_token_file_path) { in create_refresh_token_creds() argument39 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() local55 &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()
66 const char* json_refresh_token_file_path) { in create_refresh_token_creds() argument70 grpc_load_file(json_refresh_token_file_path, 1, &refresh_token))); in create_refresh_token_creds()81 const char* json_refresh_token_file_path = nullptr; in main() local87 &json_refresh_token_file_path); in main()103 json_refresh_token_file_path != nullptr) { in main()112 json_refresh_token_file_path != nullptr) { in main()122 } else if (json_refresh_token_file_path != nullptr) { in main()123 creds = create_refresh_token_creds(json_refresh_token_file_path); in main()128 json_refresh_token_file_path); in main()