1 2 3 4 5 6
#[derive(Debug, Clone)] pub struct AuthSession { pub token: String, pub refresh_token: String, pub expires_at: i64, }