pub mod device_code; mod refresh; pub struct AccessTokenWithRefresh { pub access_token: String, pub refresh_token: Option }