mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-13 21:18:15 +01:00
Work on Installed flow for futures
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user