Google Social Sign with idToken

anyway to use this idToken with
const data = await authClient.signIn.social({
    provider: "google",
    idToken: {
        token: // Google ID Token,
        accessToken: // Google Access Token
    }
})


To create/sign-in users?
image.png
Was this page helpful?