1 2 3 4 5
#[derive(Clone)] pub struct Auth { pub profile_identity_gemini_id: i64, pub scope: String, }