#[derive(Debug)] pub struct LoginResult { pub access_token: String, pub refresh_token: Option, pub expires_in: u64, }