Hello,
Calling
new AuthorizationCodeInstalledApp(flow, new LocalServerReceiver()).authorize("user");
opens a browser, so that the user can authorize. If the user accepts or cancel the authorization in the browser everything works fine. But if the user just close the browser, the authorize method does not return and waits forever.
Is this the expected behavior? What do I missing?
Kind regards
Kisho