pub async fn request_device_code( client: &Client, login_endpoint: &str, tenant: &str, client_id: &str, scope: &str, ) -> Result<DeviceCodeResponse>