I'm doing KMP project with AWS Cognito without libraries and I want to add Google sign in.
I added Google in Federated identity provider sign-in and when I test it on webpage Cognito provides, it works - User is saved in pool Users.
But when I want to implement it to my KMP project (android for the start) I get google token but then I do not know how or what should I do to save that user to User pools.
I do not want to use amplify if I could.
I created auth for username/password with AWS API and I would really appreciate if I could also do with these or some others APIs also for google user to be saved and authorized when I authorize over google.