Able to get token

This commit is contained in:
2026-06-22 17:43:29 -04:00
parent 0f9753874b
commit aaa20c8752
3 changed files with 49 additions and 10 deletions
+4
View File
@@ -14,6 +14,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
};
println!("App: {app:?}");
let auth = catapult::service::auth::Auth {
app: app.clone()
};
@@ -26,6 +28,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
};
println!("Access token: {}", token.access_token);
let mut svc = catapult::service::Service {
app: app.clone(),
token