IPC between plugin and interface
Hi!
I need to do a Google login for my plugin. Reading the documentation, I see that I need to launch that in a separate process. However I don't have a way to communicate back information to my plugin (mainly access and refresh tokens). I took a look at how other core plugins do it and it seems to use the IPC utils, but only some predefined messages are handled and it is currently not possible to register an handle for new message types.
Is there any way I could make that work?
Thanks!
|