1 2 3 4 5 6 7 8
pub mod device_code; mod refresh; pub struct AccessTokenWithRefresh { pub access_token: String, pub refresh_token: Option<String> }