I'm trying to migrate a legacy next.js app that uses NextAuth to BetterAuth. This apps uses Google social provider to authenticate the user. It also uses the idToken (from Google, not the one from BetterAuth) to makes authenticated API call. The API service verify the idToken.
How do I get the Google idToken via BetterAuth's API?