Thank Patrik,
I am still missing something here. For reference,
1. I am using Go as language
2. I need to use the native flow as it will eventually be a native app (app won't be in Go, but I am just going with a language I use)
3. I don't want to open Session, I want to get AccessToken only
Follwing the link you have me, I saw this guide
https://www.ory.sh/docs/kratos/social-signin/native-apps#implementation. When asking to adapt it to go to the ChatBot, it suggests me to:
Step 1: Initialize the Native Login Flow
Step 2: Obtain a Google ID Token (on my own)
Step 3: Submit the Login Flow with Google OIDC
Following it work, but it give me a Session Token, which is not what I am looking for. So I am not sure if the chatbot mis translate the flow, or if the flow is not what I am looking.