View Single Post
Old 04-11-2020, 05:54 PM   #1
Sytten
Junior Member
Sytten began at the beginning.
 
Sytten's Avatar
 
Posts: 6
Karma: 10
Join Date: Mar 2020
Device: nonde
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!
Sytten is offline   Reply With Quote