// LoginResponse is a plain #[derive(Deserialize)] struct with no logic. // Its deserialization is covered by test_login_sets_tokens in strong_api_tests.rs. // This file is intentionally empty.