How to use Online Subsystem Google?

Hey did anyone used OnlineSubsystemGoogle? (not google play) I just need to make OAuth2 login with google account, but I cant understand from documentation where to setup credentials (like client_id or redirect_uri) what format needs to be in redirect_uri, how to use OnlineSubsystemGoogle at all?
For example if I need to open login dialog by clicking button in UMG Widget and want to get code from goggle as callback, how to do this? How to get Online Subsystem?
How to open login dialog? How to set client_id? And how to get callback? Actually appreciate any info about OnlineSubsystemGoogle usage, thanks a lot

2 Likes

I was wondering the same thing. Took me lots of trails and error to find out that GooglePlay doesn’t really fit my need. So I’m switching to OnlineSubsystemGoogle instead.

Is there any docs on this?

@KillerPenguin Same here. Have you had the chance to get a solution to this for OnlineSubsystemGoogle configuration?