Work on Installed flow for futures

This commit is contained in:
Lewin Bormann
2019-06-09 11:25:53 +02:00
parent 79f66402e1
commit 9f061a0a10
2 changed files with 38 additions and 36 deletions

View File

@@ -102,7 +102,7 @@ where
}
let mut flow = InstalledFlow::new(self.client.clone(), installed_type);
flow.obtain_token(&mut self.delegate, &self.secret, scopes.iter())
flow.obtain_token(self.delegate, self.secret.clone(), scopes.iter())
}
fn retrieve_device_token(